]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Make sure proliants get hpacucli installed (should we also install
authorStephen Gran <steve@lobefin.net>
Sun, 1 Mar 2009 15:02:41 +0000 (15:02 +0000)
committerStephen Gran <steve@lobefin.net>
Sun, 1 Mar 2009 15:02:41 +0000 (15:02 +0000)
hpasm?)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp

index 8ced0877dd9c47a0d3a38605d9b403791507c40b..a89702eb8e66794f84e0fc7011b4bc7ac2c84754 100644 (file)
@@ -78,6 +78,9 @@ class debian-org {
 }
 
 class debian-proliant inherits debian-org {
+   package {
+      "hpacucli": ensure => latest;
+   }
    file {
       "/etc/apt/sources.list.d/debian.restricted.list":
              owner   => root,