[Puppet Users] Monitor configfiles of a package

2014-01-22 Thread Marco Schröder
Hi all, I would like to monitor a configuration directory (a bunch of apache vhost config files) with puppet. For several reasons it would be neccessary to deploy the configs with a RPM package which is built by a Jenkins CI server. Using a package ressource and just ensure => latest would be e

[Puppet Users] Re: Deployment of puppetmaster with capistrano causes problems

2012-12-11 Thread Marco Schröder
Hi Craig, thx for that hint. Now I added a second capistrano task: cap invoke SUDO=1 COMMAND="/sbin/service puppetmasterd restart" That works so far! Thx, Marco On Tuesday, December 11, 2012 4:44:01 PM UTC+1, Marco Schröder wrote: > > Hi group, > > I'm using cap

[Puppet Users] Deployment of puppetmaster with capistrano causes problems

2012-12-11 Thread Marco Schröder
Hi group, I'm using capistrano to deploy my puppet manifests to the puppet master server. Capistrano copies the new files on the server in a 'releases' directory and after that just changes the 'current' symlink to the new version. (/usr/share/puppet/configuration/current in my case) This works