[Puppet Users] problems ensuring that a service is absent

2013-04-25 Thread David Schmitt
Hi, I'm trying to be really, really sure that a specific service is not running. The central part of this looks like that: service { 'foo': ensure = stopped, enable = false } - package { 'foo': ensure = purged } The astute reader will notice that on the second run puppet will

Re: [Puppet Users] problems ensuring that a service is absent

2013-04-25 Thread Matthias Saou
On Thu, 25 Apr 2013 09:50:23 +0200 David Schmitt da...@dasz.at wrote: service { 'foo': ensure = stopped, enable = false } - package { 'foo': ensure = purged } The astute reader will notice that on the second run puppet will complain that the init script for foo is missing: