Displaying 2 results from an estimated 2 matches for "giventhe".
Did you mean:
givent
2007 Mar 29
0
Intended behavior of sourceselect => all
...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 => [
"puppet://puppetmaster.simula.no/files/linux/test1",
"puppet://puppetmaster.simula.no/files/linux/test2"
],
}
/etc/test will only...
2007 Mar 30
4
Intended behavior of sourceselect => all [Proper]
...m 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,
source => [
"puppet://puppetmaster.simula.no/files/linux/test1",
"puppet://puppetmaster.simula.no/files/linux/test2"
],
}
/etc/test will only...