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:
b7e60a7
)
try quoting it
author
Peter Palfrader
<peter@palfrader.org>
Sun, 19 May 2013 12:51:28 +0000
(14:51 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 19 May 2013 12:51:28 +0000
(14:51 +0200)
modules/hardware/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/init.pp
b/modules/hardware/manifests/init.pp
index
0ab1eb3
..
921eef8
100644
(file)
--- a/
modules/hardware/manifests/init.pp
+++ b/
modules/hardware/manifests/init.pp
@@
-1,7
+1,7
@@
class hardware {
include hardware::raid
- if
$::systemproductname
in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] {
+ if
"$::systemproductname"
in ["ProLiant BL495c G5", "ProLiant DL385 G1", "ProLiant DL380 G4"] {
file { '/etc/apt/preferences.d/dsa-hp-tools':
content => "Package: hp-health\nPin: version 8.6*\nPin-Priority: 1100\n"
}