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:
6047b41
)
array handling, try 2
author
Stephen Gran
<steve@lobefin.net>
Sun, 18 Mar 2012 15:33:34 +0000
(15:33 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 18 Mar 2012 15:33:34 +0000
(15:33 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/acpi/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/acpi/manifests/init.pp
b/modules/acpi/manifests/init.pp
index
c12847f
..
df22d76
100644
(file)
--- a/
modules/acpi/manifests/init.pp
+++ b/
modules/acpi/manifests/init.pp
@@
-1,5
+1,5
@@
class acpi {
- if
$debarchitecture not
in ['kfreebsd-amd64', kfreebsd-i386'] {
+ if
! $debarchitecture
in ['kfreebsd-amd64', kfreebsd-i386'] {
package {
acpid: ensure => installed
}