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