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
|
||||
"/var/lib/puppet/modules":
|
||||
ensure => directory,
|
||||
source => "puppet:///common/modules/",
|
||||
ignore => ".ignore",
|
||||
source => "puppet://$server/common/modules/",
|
||||
ignore => '\.ignore',
|
||||
recurse => true, purge => true, force => true,
|
||||
mode => 0755, owner => root, group => 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue