Commit 4aed9f65 authored by Scotty Logan's avatar Scotty Logan
Browse files

fixed permissions on /start

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