[Puppet Users] Re: Work in progress: Using augeas to manage /etc/exports

2009-01-16 Thread windowsrefund
David, Thanks for explanations and insight. I'll sit tight and keep an eye out for updates to the Augeas type. All the best, Adam On Jan 16, 1:18 pm, David Lutterkort wrote: > On Fri, 2009-01-16 at 08:08 -0800, windowsrefund wrote: > > I'll list current limitations

[Puppet Users] Re: Need onlyifnot (or something) for Augeas

2009-01-18 Thread windowsrefund
Peter, Check out David Lutterkort's responses to my 2009-01-16 thread entitled "[Puppet Users] Work in progress: Using augeas to manage /etc/ exports" Best, Adam On Jan 18, 7:16 am, Peter Meier wrote: > Hi > > > There is, as far as I can tell, no way to make Augeas *not* do > > anything if a n

[Puppet Users] package versioning with the yum provider?

2009-01-24 Thread windowsrefund
I don't see this information on the Type Reference page so I'm hoping someone can provide an example of how to specify a package version when the yum provider is used. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

[Puppet Users] Re: package versioning with the yum provider?

2009-01-27 Thread windowsrefund
out there? Best, Adam On Jan 24, 9:15 pm, RijilV wrote: > 2009/1/24 windowsrefund > > > > > I don't see this information on the Type Reference page so I'm hoping > > someone can provide an example of how to specify a package version > > when the yum pr

[Puppet Users] Re: adding repositories to sources.list

2012-12-18 Thread windowsrefund
Generally speaking, you should be managing files in the sources.list.d directory instead of managing lines in a single file. also (generally speaking), you can apt::source { foo: ensure => present; bar: ensure => absent; } The "style guide" frowns upon this syntax but it is far su

[Puppet Users] Re: Using a variable in another variable name

2013-02-21 Thread windowsrefund
<%= eval "macaddress_" + my_lan1 %> That will return the appropriate fact based on the value of my_lan1 -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet

[Puppet Users] Re: Help me wrap my head around Yaml/Hiera with erwbgy/system

2013-03-14 Thread windowsrefund
plugin aside, I strongly suggest not settling for YAML as a backend for Hiera since you're basically ending up with the same problem you were probably trying to solve; managing data in files. Sure, they're "different" files but still files. You may as well keep the data in your Puppet manifests

[Puppet Users] Re: Managing "" entries in httpd.conf with Puppet.

2013-04-03 Thread windowsrefund
You don't You'd manage a static httpd.conf which includes from a conf.d directory containing site-specific configs. At the end of the day you want a define that allows you do work like this psuedo code: http:site { thisawesomesiteisenabledbydefault:; thisisold: ensure => absent; } -- Yo

[Puppet Users] Re: Announce: Hiera 1.2.0 Available

2013-04-09 Thread windowsrefund
Personally, I'm not looking forward to dealing with this "deep merge" thing at all and would like to see it ripped out. When someone takes the time to properly organize their backend data along with a sane hierarchy, there's no need for this kind of overhead. -- You received this message bec

[Puppet Users] Re: Puppet REST API Questions

2013-05-28 Thread windowsrefund
I suggest taking a few hours/days to go through the existing documentation. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroup

<    1   2