Re: [Puppet Users] Functionality provided puppet dashboard.

2012-04-18 Thread Alexander Holte-Davidsen
Hi Mangesh, I don't believe you can do all this with the dashboard. You will be able to show the your nodes and their puppet reports. This will also indicate their current status (Unchanged, changed, failed, not responding). You will not be able to show logs from other applications if thats what y

[Puppet Users] Long processing time using Augeas

2012-07-31 Thread Alexander Holte-Davidsen
Hi! I using Augeas to handle dump and passno for certain mount points in /etc/fstab. Each mount point is defined as it's own augeas block: augeas { 'homeLV': context => '/files/etc/fstab',

[Puppet Users] Re: Long processing time using Augeas

2012-07-31 Thread Alexander Holte-Davidsen
On Tue, Jul 31, 2012 at 1:56 PM, Alexander Holte-Davidsen < alexander.david...@gmail.com> wrote: > Hi! > > I using Augeas to handle dump and passno for certain mount points in > /etc/fstab. Each mount point is defined as it's own augeas block: > >

Re: [Puppet Users] Re: Long processing time using Augeas

2012-08-01 Thread Alexander Holte-Davidsen
This did indeed make a huge difference. From about 10 seconds when loading everything, down to 0.22 seconds(!). Thanks for your help, Jake! / Alexander On Tue, Jul 31, 2012 at 8:16 PM, Jake - USPS wrote: > Try something like the following instead (added 'incl' and 'lens' and > removed context a

[Puppet Users] Defining dynamic cron jobs

2012-11-05 Thread Alexander Holte-Davidsen
Hi all, I have a application that I schedule via cron. This is a application that runs once a week, either on Tuesday or Thursday. The scheduling is now done via Puppet. I now see that I need to redefine this, on some nodes the application should for example only run the 3. Tuesday each month, no

Re: [Puppet Users] Defining dynamic cron jobs

2012-11-05 Thread Alexander Holte-Davidsen
and only > execute the guts of the conditional on Tuesday > > Adjust the day-of-the-month field accordingly to get the week you want. > > > “Sometimes I think the surest sign that intelligent life exists elsewhere > in the universe is that none of it has tried to contact us.” &

Re: [Puppet Users] sshd configuration

2014-06-17 Thread Alexander Holte-Davidsen
Hi Marco, You should take a look at https://forge.puppetlabs.com/domcleal/augeasproviders . Regards, Alexander On Tue, Jun 17, 2014 at 9:59 AM, wrote: > Hi, > what's the best module/way to change some options in the sshd_config file? > > I just have to change a couple of options from their OS