[Puppet Users] pclouds-vcsdeploy - Was: (deployment from SVN to production using puppet .. .. tips to start off with puppet)

2013-02-23 Thread Dan White
This looks very interesting. Would some expanded examples be possible ? Like for the per-object permissions and the various inclusions / exclusions. On Feb 22, 2013, at 8:50 PM, davidemccorm...@gmail.com wrote: > Hi > > I have written a puppet module called vsdeploy which gives you many options

Re: [Puppet Users] Finding a manifest full file name (with path) in a function?

2013-02-23 Thread Matt W
Ok I've run into one more issue I could use help with on this code. It works fine when I'm running Puppet through Unicorn.. but when I run puppet locally on our puppet servers via 'puppet apply', it fails with an import error: Error: Import loop detected at /mnt/puppet/master/puppet-base/modul

[Puppet Users] How to check service status to write monit snippet.

2013-02-23 Thread eduardo
Hi all. I'm working on monit module. I have an array of services to configure monit via ENC. I need a consistent module logic so services arriving as input parameter must running on node agent. I'm trying to find out if there is services running to configure monit snippets. So, The snippet

Re: [Puppet Users] pclouds-vcsdeploy - Was: (deployment from SVN to production using puppet .. .. tips to start off with puppet)

2013-02-23 Thread David McCormick
Hi Dan Thanks for the message, we use it at work for deploying configs, with templates and hiera etc., but we don't use git so I'm less confident of that than subversion. We've needed to tag and exclude files and apply the per object permissions to some files (e.g. tomcat password and jmx file

[Puppet Users] Re: Environment supersets using Hiera

2013-02-23 Thread Drew Michel
Would you be able to do something like this... :hierarchy: - %{fqdn} - %{environment}/settings (environment specific settings) - common On Friday, February 22, 2013 9:11:08 AM UTC-5, Alexander Fortin wrote: > > Hi folks, > > I'm using Puppet 3.0.1 and hiera 1.1.1, and this is my hiera

[Puppet Users] Re: Can someone provide more clarity on Puppi

2013-02-23 Thread Krishna Murthy T
Hello Alessandro, Thanks again for your prompt reply, I tried using Puppi but no success, if you don't mind, can you please answer below basic questions. 1) I have installed puppi as puppet module using 'puppet module install example42-puppi' and that has created the Puppet module as expected

[Puppet Users] Re: Can someone provide more clarity on Puppi

2013-02-23 Thread Alessandro Franceschi
In order to use puppi ,as any other module, you have to include or declare the class it provides. So, edit a file, (outside the puppi module, you should not add or change anything in the module ), for example: test.pp. Write there: include puppi to include puppi and the two defines puppi::p