diff options
| -rw-r--r-- | manifests/utils/network.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/utils/network.pp b/manifests/utils/network.pp index e88879e..6573f3a 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -50,7 +50,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal {      # See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686087      package { 'xul-ext-cookie-monster': -      ensure => installed, +      ensure => absent,      }      package { [ 'torchat' ]: | 
