From 09705d5928c7a12f53ae031deaacb707b8c095d5 Mon Sep 17 00:00:00 2001 From: xenuser Date: Tue, 6 May 2014 14:51:58 +0200 Subject: [PATCH] sysctl -p should be /sbin/sysctl -p in init.pp Also refs #1 --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 6813979..d7b1149 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -5,9 +5,9 @@ }, } - exec { "sysctl -p": + exec { "/sbin/sysctl -p": alias => "sysctl", refreshonly => true, subscribe => File["sysctl.conf"], } -} \ No newline at end of file +}