Re: [Puppet Users] Re: Hostname fact doesn't handle hostnames with periods

2011-10-09 Thread John Warburton
On 8 October 2011 09:26, Adrien Thebo wrote: > You can effectively override a fact by setting the weight, as follows > > Facter.add(:hostname) do > has_weight 200 > setcode do ># your own hostname implementation > end > end > > Now that is something worth knowing. Can this be added to the

Re: [Puppet Users] Cloud Provisioner: What works and what doesn't work?

2011-10-09 Thread Dan Bode
thanks for pointing out this issue. I have a feeling that this issue was caused by some changes in how faces handles options between 2.7.2 and 2.7.3 The cloud provisioner definitely needs to be updated to work with the latest version of Puppet. could you try this out with 2.7.2rc3 and see if the

Re: [Puppet Users] More cloud provisioner stuff

2011-10-09 Thread Dan Bode
On Thu, Oct 6, 2011 at 1:41 PM, Joshua Vaughn-Uding wrote: > I'm still having some issues with cloud provisioner. I have a fresh > install of provisioner, .60rc1, puppet 2.7.3, and dashboard 1.2.0. > > Everything has a very default install as described in the > documentation. I was unable to ge