recursivly updating file path to new 0.25 style
This commit is contained in:
parent
36c3eecba3
commit
d75dcc86f8
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ define concatenated_file (
|
|||
} else {
|
||||
file {
|
||||
$dir_real:
|
||||
source => "puppet:///common/empty",
|
||||
source => "puppet://$server/modules/common/empty",
|
||||
checksum => mtime,
|
||||
ignore => '.ignore',
|
||||
recurse => true, purge => true, force => true,
|
||||
|
|
|
@ -7,7 +7,7 @@ file {
|
|||
# module-local data, e.g. for constructing config files
|
||||
"/var/lib/puppet/modules":
|
||||
ensure => directory,
|
||||
source => "puppet://$server/common/modules/",
|
||||
source => "puppet://$server/modules/common/modules/",
|
||||
ignore => '\.ignore',
|
||||
recurse => true, purge => true, force => true,
|
||||
mode => 0755, owner => root, group => 0;
|
||||
|
|
Loading…
Reference in a new issue