fixed quoting
This commit is contained in:
parent
3a65dd8535
commit
69a63c5767
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ file {
|
||||||
# module-local data, e.g. for constructing config files
|
# module-local data, e.g. for constructing config files
|
||||||
"/var/lib/puppet/modules":
|
"/var/lib/puppet/modules":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
source => "puppet:///common/modules/",
|
source => "puppet://$server/common/modules/",
|
||||||
ignore => ".ignore",
|
ignore => '\.ignore',
|
||||||
recurse => true, purge => true, force => true,
|
recurse => true, purge => true, force => true,
|
||||||
mode => 0755, owner => root, group => 0;
|
mode => 0755, owner => root, group => 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue