Hi I have puppet fully functional, but I have one issue that I can''t seem to be able to solve. default HTTPD is enabled by default, even though none of my classes are doing it. I setup another class to disable this by default, but seems me that there should be better way to do this. Here is what I am seeing in /var/log/messages: (//Service[httpd]/enable) enable changed ''false'' to ''true'' puppet version: 0.25.3 Thank you! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi> default HTTPD is enabled by default, even though none of my classes > are doing it. I setup another class to disable this by default, but > seems me that there should be better way to do this.puppet doesn''t manage anything automatically, it only manages things that are declared. Except a very small amount of file resources that are important for itself. So imho you have somewhere a httpd-service managed. Does it work when you include that disable class? Because if you would actually manage the service twice by accident, puppet would complain. cheers pete -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkwXuM8ACgkQbwltcAfKi3/+UwCeKN1W3fS4tTfY1Rkzaf1PrJ93 mfEAoK2aivfvptEkBYiuOryT6DYWYpZo =e0uq -----END PGP SIGNATURE----- -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Hmm, maybe I am just going insane. I will go through everything again to be sure that this isn''t happening. On Tue, Jun 15, 2010 at 11:30 AM, Peter Meier <peter.meier@immerda.ch>wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi > > > default HTTPD is enabled by default, even though none of my classes > > are doing it. I setup another class to disable this by default, but > > seems me that there should be better way to do this. > > puppet doesn''t manage anything automatically, it only manages things > that are declared. Except a very small amount of file resources that are > important for itself. > > So imho you have somewhere a httpd-service managed. Does it work when > you include that disable class? Because if you would actually manage the > service twice by accident, puppet would complain. > > cheers pete > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ > > iEYEARECAAYFAkwXuM8ACgkQbwltcAfKi3/+UwCeKN1W3fS4tTfY1Rkzaf1PrJ93 > mfEAoK2aivfvptEkBYiuOryT6DYWYpZo > =e0uq > -----END PGP SIGNATURE----- > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.