OP#653 fix syntax
This commit is contained in:
@@ -20,9 +20,9 @@ class confdroid_puppet::main::dirs (
|
||||
seluser => system_u,
|
||||
}
|
||||
|
||||
file { $$pt_puppetdir:
|
||||
file { $pt_puppetdir:
|
||||
ensure => directory,
|
||||
path => $$pt_puppetdir,
|
||||
path => $pt_puppetdir,
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '0755',
|
||||
|
||||
Reference in New Issue
Block a user