projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8d9c9
)
Make sure proliants get hpacucli installed (should we also install
author
Stephen Gran
<steve@lobefin.net>
Sun, 1 Mar 2009 15:02:41 +0000
(15:02 +0000)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/modules/debian-org/manifests/init.pp
b/modules/debian-org/manifests/init.pp
index
8ced087
..
a89702e
100644
(file)
--- a/
modules/debian-org/manifests/init.pp
+++ b/
modules/debian-org/manifests/init.pp
@@
-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,