Displaying 3 results from an estimated 3 matches for "nodeless".
Did you mean:
codeless
2012 Mar 06
2
Long config retrieval on nodes
Hi all, hoping someone may have encountered a problem similar to this
before:
On my customer''s EC2 based infrastructure, we have implemented the
nodeless, truth driven module outlined by Jordan Sissel here
http://www.semicomplete.com/blog/geekery/puppet-nodeless-configuration.
It''s quite an effective model, especially in the realm of EC2... we still
have a puppetmaster configuration, and have decided not to go with the
masterless option,...
2013 Aug 27
0
Puppet apply hangs on Executing '/etc/init.d/ntp status'
...to see what was hanging)
Service[ntpd](provider=debian): Executing ''/etc/init.d/ntp status''
Running `/etc/init.d/ntp status` works fine when run as root or as myself.
Is there any way to figure out what puppet is hanging on? Is it hanging on
its next action or that one?
Env:
-nodeless
-ubuntu 12.04
-puppet 2.7.11
-ruby 1.8.7
Thanks in advance for any tips!
-Ryan
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@...
2011 Jul 06
7
Issue with puppet file serving api not parsing yaml content correctly
I am working on building a facter tag based node classifier similar to
https://github.com/jordansissel/puppet-examples/tree/master/nodeless-puppet/.
However, I have run into an issue where I cannot use puppet''s require
file ability to push the yaml file containing the facts file to the
client because it would require two runs of puppet to pickup changes.
Consequently, I have written into the facter ruby script the ability
to c...