On Jul 28, 2010, at 11:39 AM, Andrei Pozolotin wrote:

> Hello Puppeteers;
> 
> for those of us who are still suffering in the darkness of
> Puppet_Augeas,
> I put  a couple of working examples here:
> 
> http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Augeas

Nice. I learned a few things I didn’t know (mostly about Puppet syntax).

I wonder about wrapping things in a define for something as simple as 
`sysctl.conf` though. By doing that, every individual line will spawn it’s own 
Augeas resource.

The only reason I bring it up is that when I look at the reports on my 
Puppetmaster, Augeas resources pretty consistently account for 75% of the time 
on each run. In other words, Augeas resources take 3 times as long as all other 
resources put together (and that’s with me combining all the changes for one 
file into a single resource).

> and those of us who are no longer in the dark, please add there your
> working examples - for enlightenment, you know :-)

I’ll see if I have anything worth sharing. Pretty sure I do.

While we’re on the subject, wouldn’t the "export foo” example (which I think 
was already part of the documentation) add a new line on every Puppet run as 
it’s currently written?

-- 
Rob McBroom
<http://www.skurfer.com/>


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to