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:
17b762b
)
array handling, try 3
author
Stephen Gran
<steve@lobefin.net>
Sun, 18 Mar 2012 15:34:11 +0000
(15:34 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sun, 18 Mar 2012 15:34:11 +0000
(15:34 +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
df22d76
..
af961ba
100644
(file)
--- a/
modules/acpi/manifests/init.pp
+++ b/
modules/acpi/manifests/init.pp
@@
-1,5
+1,5
@@
class acpi {
- if ! $debarchitecture in ['kfreebsd-amd64', kfreebsd-i386'] {
+ if ! $debarchitecture in ['kfreebsd-amd64',
'
kfreebsd-i386'] {
package {
acpid: ensure => installed
}