diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a321919..73712b3 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -7,7 +7,7 @@ class domain_check { ensure => present, owner => "root", group => "root", - mode => 755, + mode => '755', source => "puppet:///modules/domain_check/domain-check", } } |