[Puppet Users] Re: deploying class *only* via puppet kick

2012-05-11 Thread Miles Stevenson
that uses sed to add the class to the nodes files, kick the server, and then remove the class from the nodes file again? On Tuesday, May 8, 2012 9:39:54 PM UTC, Miles Stevenson wrote: > > I'm trying to set up a system in which the web devs can deploy new > websites via puppet k

[Puppet Users] deploying class *only* via puppet kick

2012-05-08 Thread Miles Stevenson
I'm trying to set up a system in which the web devs can deploy new websites via puppet kick. I'm not having a problem with puppet kick itself, but rather figuring out how to make my "webserver::sitelist" class *only* get deployed via puppet kick, and not have it regularly evaluated in the nodes

[Puppet Users] Re: Purging resources managed by other resources (files getting purged and re-created)

2012-05-06 Thread Miles Stevenson
Thanks. I think the problem was a mismatch in my file resources inside the vhost definition. Once I switched it from using "ensure => present", to "ensure => file" everything worked how I wanted. On Saturday, May 5, 2012 7:17:42 PM UTC, Miles Stevenson wrote: >