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:
d6b9140
)
and fix preferences file
author
Peter Palfrader
<peter@palfrader.org>
Sat, 13 Apr 2013 10:02:43 +0000
(12:02 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 13 Apr 2013 10:02:43 +0000
(12:02 +0200)
modules/hardware/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/hardware/manifests/init.pp
b/modules/hardware/manifests/init.pp
index
b09bf92
..
c7c7a28
100644
(file)
--- a/
modules/hardware/manifests/init.pp
+++ b/
modules/hardware/manifests/init.pp
@@
-4,7
+4,7
@@
class hardware {
case $::systemproductname {
"ProLiant BL495c G5": {
file { '/etc/apt/preferences.d/dsa-hp-tools':
- content => "Package: hp-health\n: version 8.6*\nPin-Priority: 1100\n"
+ content => "Package: hp-health\n
Pin
: version 8.6*\nPin-Priority: 1100\n"
}
}
}