Hi all,
You may have noticed I actually sent a couple of emails to the users
list; I know I've been deathly silent on the list for a while.
Obviously the last month or so has been me doing my slim best to keep
my head above water while trying to figure out how to change two
diapers simulta
On Sep 25, 2008, at 1:02 PM, Vlastimil Holer wrote:
>
> Hi,
>
> I'm trying to follow the Language tutorial (http://reductivelabs.com/
> trac/puppet/wiki/LanguageTutorial#classes) and the feature with '+>'
> operator. I would like to reach functionality shown in this example:
>
> -
> file {
>
On Sep 20, 2008, at 1:05 PM, Larry Ludwig wrote:
>
> I'm looking into the puppet consulting market. We've built up a bunch
> of puppet recipes and process to streamline our operations. I'm
> thinking... is there market/need for companies to help with setting up
> and managing puppet within thei
On Sep 16, 2008, at 12:16 PM, Digant C Kasundra wrote:
>
> Hello everyone,
>
> My team and I have been mulling over the module standards that were
> proposed (http://www.reductivelabs.com/trac/puppet/wiki/ModuleStandards
> )
>
> Members of our team like to break large classes up into tiny piec
On Sep 23, 2008, at 10:38 AM, Ed Greenberg wrote:
>
> 2, When Ashley states thatI can use "exec" to manage the install, I
> get it, but that begs the question of whether Package truly can't
> add arguments. Does anybody know.
The short answer is that it cannot. We might add the ability at so
Hi,
I'm trying to follow the Language tutorial (http://reductivelabs.com/
trac/puppet/wiki/LanguageTutorial#classes) and the feature with '+>'
operator. I would like to reach functionality shown in this example:
-
file {
'/tmp/test1':
ensure => file;
'/tmp/te
The puppet executable is installed on all client machines. How does one
use it to test a new puppet task? Specifically, how does one integrate
it with the rest of the manifest?
For instance, I want to install a file. So I write a file.pp which contains:
file { 'file':
source =>"${P
After Volcane recommended NaturalDocs in a previous thread about documenting
Puppet modules, I used it for Augeas and I'm quite happy of the result [0].
The NaturalDocs developer, Greg Valure, was kind enough to send me an
Augeas.pm to parse Augeas definitions and include them in the documentation