diff options
| -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  | 
