From dfd60ca837c65c22391f9d70f5a93b782de5dc69 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 18 May 2012 10:08:19 +0200 Subject: [PATCH] __package uses present/absent Signed-off-by: Nico Schottelius --- conf/type/__rvm/manifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/type/__rvm/manifest b/conf/type/__rvm/manifest index 8e63a2c5..482c0d17 100755 --- a/conf/type/__rvm/manifest +++ b/conf/type/__rvm/manifest @@ -19,7 +19,7 @@ # # rvm core dependencies -__package bash --state installed -__package curl --state installed -__package git-core --state installed -__package patch --state installed +__package bash --state present +__package curl --state present +__package git-core --state present +__package patch --state present