__package uses present/absent

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-05-18 10:08:19 +02:00
parent d02a1374dd
commit dfd60ca837
1 changed files with 4 additions and 4 deletions

View File

@ -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