remove escaping
This commit is contained in:
parent
e45a5794e7
commit
506be3f70f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class common::moduledir {
|
|||
file{$module_dir_path:
|
||||
ensure => directory,
|
||||
source => "puppet://$server/modules/common/modules/",
|
||||
ignore => '\.ignore',
|
||||
ignore => '.ignore',
|
||||
recurse => true, purge => true, force => true,
|
||||
mode => 0755, owner => root, group => 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue