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
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',
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:
>
>
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
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
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.”
&
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