search for: sourceselect

Displaying 7 results from an estimated 7 matches for "sourceselect".

2011 Apr 07
3
sourceselect & multiple sources not working
Hi, I am trying to configure a file resource with multiple sources, and browsing list archives and forums seems to indicate that sourceselect parameter with an array for the source param. But the final file gets created using the first matching parameter in the array. file { ''/etc/sysconfig/myconfig'': sourceselect => all, source => [ "puppet:///modules/app/$env/sy...
2007 Mar 29
0
Intended behavior of sourceselect => all
Hi all Luke Kanies suggested that I take this up here since his memory on the subject was a bit poor. I am trying to cat various files together into one file. According to the documentation "sourceselect => all" might do this. From the language reference [1]: "Whether to copy all valid sources, or just the first one. Valid values are first, all.""" Giventhe following code file { "/etc/test": sourceselect => all, source => [...
2007 Mar 30
4
Intended behavior of sourceselect => all [Proper]
...sage got cut off, at least it looks like that in the archive[1], so I''m trying again: <rerun> Luke Kanies suggested that I take this up here since his memory on the subject was a bit poor. I am trying to cat various files together into one file. According to the documentation "sourceselect => all" might do this. </rerun> From the language reference [2]: "Whether to copy all valid sources, or just the first one. Valid values are first, all.""" Giventhe following code file { "/etc/test": sourceselect => all, sour...
2007 Jan 01
5
File configuration difficulty
Hi, I''ve been using puppet to manage a small Linux network fairly successfully for a while now - thanks. I''ve hit a spot of bother in managing some files, though. There are a number of folders in /usr/local that I want to manage efficiently using puppet - for example /usr/local/share/templates. I want to copy the contents of a number of source folders on the puppet fileserver
2007 Feb 10
1
Multipe file sources...
Hi, I''m trying to use several sources to pick from in a remotefile statement: remotefile { "/etc/sudoers": mode => 0440, source => [ "config/apps/sudo/sudoers.${host}", "config/apps/sudo/sudoers" ], sourceselect => first } But it doesn''t seem to work. I get an error like this: "File source /srv/puppet/dist/config/apps/sudo/sudoers.config/apps/ sudo/sudoers does not e exist" It seems like puppet concatenates the two files after dumping the variable "${host}". Shouldn...
2007 May 14
1
Recursive file hieararchy with order precedence
Hello, Consider the following; You have a number of sites, all controlled by puppet. You have identified which files that are common to every host, and then which files are common to any particular site. Finally, you have the files which are private to the node in question. What I was wondering was if it would be possible to have some sort of directory hierarchy which has some kind of
2013 Oct 21
3
Resource file copy files recurse in existing directory with existing files
Hi, I have a file resource that brings files in the diretory "/usr/local/nagios/libexec" from source1 and I have a second resource file that should bring file in that same directory but from an other source. But the result is that only the files from file { "/usr/local/nagios/libexec": do exit in the directory. I tried remote and true. The resource file {