diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-12 15:36:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-12 15:36:13 -0300 |
commit | e6b00b793a25aa980b54032389249629ae777544 (patch) | |
tree | 329996e25c3d7891b31802cdcbd85d17b9adc5ea | |
parent | 603b34caa0144ece0259e025e98797c24e8041b7 (diff) | |
download | puppet-nodo-e6b00b793a25aa980b54032389249629ae777544.tar.gz puppet-nodo-e6b00b793a25aa980b54032389249629ae777544.tar.bz2 |
Oops
-rw-r--r-- | manifests/utils/laptop/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/utils/laptop/debian.pp b/manifests/utils/laptop/debian.pp index 4b3e930..a4ef0e0 100644 --- a/manifests/utils/laptop/debian.pp +++ b/manifests/utils/laptop/debian.pp @@ -16,7 +16,7 @@ class nodo::utils::laptop::debian { # Wicd package { [ 'wicd', 'wicd-curses', 'wicd-gtk' ]: - ensure => wicd, + ensure => $wicd, } # Network manager |