Displaying 3 results from an estimated 3 matches for "myconfigfiles".
Did you mean:
myconfigfile
2009 Jun 03
1
file serving question
I have a somewhat basic question about file serving:
Once you specify the puppet://server/module
Can that path continue from there?
Eg, if my fileserver.conf file is:
[myconfigfiles]
path /export/home/configs
allow *
Can my clients do something like this?
source => "puppet:///myconfigfiles/foo/bar.txt
Meaning go get foo/bar.txt from the module myconfigfiles
Or is the source directive restricted to just getting files directly
(not in a subdirectory) of the speci...
2007 Feb 21
9
Facter environment variables being ignored in puppet?
Facter has the feature that it will turn any environment variable
named FACTER_* into a fact. I can do this on the commandline
no problem, but when I attempt this in puppet it seems to ignore
that parts.
Is anyone else seeing this? (Is this expected behavior?) I don''t
see a ticket or a mail thread on it - though my searching powers
have been weak the last couple of weeks...
Thanks,
2007 May 15
5
Purging issue
I have a little issue with purging. I use:
file { [''/etc/shorewall/puppet'',''/etc/shorewall/puppet/rules'']:
ensure => directory,
mode => 0700,
recurse => true,
purge => true,
}
but purging does not work, i can do a touch