ers/-/06vr9dljjZkJ.
> To post to this group, send email to puppet-users@googlegroups.com.
> To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
24, 2012 at 10:59, Sharuzzaman Ahmat Raslan
> wrote:
> > In my test environment, I managed to make puppet agent stop working when
> I
> > update facter package, without restarting puppet.
> >
> > Somehow, when facter updated, puppet is not able to continue working,
>
To unsubscribe from this group, send email to
> puppet-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/puppet-users?hl=en.
>
>
--
Sharuzzaman Ahmat Raslan
--
You received this message because you are subscribed to the Google Groups
(node)
yaml.add_multi_constructor(u"!ruby/object:", construct_ruby_object)
yaml.add_constructor(u"!ruby/sym", construct_ruby_sym)
stream = file('201203130939.yaml','r')
mydata = yaml.load(stream)
print mydata
--
Sharuzzaman Ahmat Raslan
--
You received t
Hi,
I was asked by my boss if puppet can handle the following scenario.
- 2 server (A and B)
- same config for each server, eg. /etc/resolv.conf (nameserver
1.2.3.4)
- but B should have a local unique requirement of another nameserver
5.6.7.8
so, A will have
nameserver 1.2.3.4
but B will have
n