From cdafaf6071c6d7b7e5275f9afdf6d2a451880a25 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 21 Oct 2010 22:34:09 +0200 Subject: [PATCH] move 0755 for rc.local --- modules/debian-org/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index c716744c8..3a3c8b2f4 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -93,7 +93,7 @@ class debian-org { source => "puppet:///files/etc/pam.d/common-session", ; "/etc/rc.local": - mode => 0775, + mode => 0755, source => "puppet:///modules/debian-org/rc.local", notify => Exec["rc.local start"], ; -- 2.20.1