OP#653 fix syntax

This commit is contained in:
2026-08-02 13:56:53 +02:00
parent 482ed69aa1
commit 4214c137a4

View File

@@ -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',