Issue #2103 has been reported by sjpwong.
----------------------------------------
Bug #2103: Disable service repeated on Debian/Ubuntu
http://projects.reductivelabs.com/issues/2103
Author: sjpwong
Status: Unreviewed
Priority: Normal
Assigned to:
Category: Debian
Target version:
Complexity: Trivial
Affected version: 0.24.4
Keywords:
If you set the service attribute "enable" to false, Puppet repeatedly tries to
disable the service from starting even though it does correctly disable it from
starting.
So if you have for example:
# MySQL Daemons - disabled by default
service { "mysql":
enable => "false",
provider => "debian",
require => Package["mysql-server-5.0"]
}
Then it will keep trying to disable the service which looks bad in the logs ie
it looks like it had been re-enabled.
----------------------------------------
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---