]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Updating utils::desktop
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Mar 2010 13:22:23 +0000 (10:22 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 16 Mar 2010 13:22:23 +0000 (10:22 -0300)
manifests/utils.pp

index d721d844641cbe55973c89c760dce191f25927d6..9e19d61bbc8d093dc04438e0a0ea25235c73f425 100644 (file)
@@ -51,4 +51,16 @@ class utils::desktop {
       ensure => installed,
     }
   }
+
+  if !defined(Package['ruby']) {
+    package { 'ruby':
+      ensure => installed,
+    }
+  }
+
+  if !defined(Package['rubygems']) {
+    package { 'rubygems':
+      ensure => installed,
+    }
+  }
 }