Loading manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class nodejs ( ensure => file, owner => 'root', group => 'root', mode => '0644', mode => '0755', source => "puppet:///modules/${module_name}/start" } } Loading Loading
manifests/init.pp +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ class nodejs ( ensure => file, owner => 'root', group => 'root', mode => '0644', mode => '0755', source => "puppet:///modules/${module_name}/start" } } Loading