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 20d0f2b..7221765 100644 --- a/manifests/utils/network.pp +++ b/manifests/utils/network.pp @@ -63,7 +63,7 @@ class nodo::utils::network inherits nodo::utils::network::minimal { } # Jessie ownwards - #package { [ 'xul-ext-pentadactyl' ]: + #package { [ 'xul-ext-pentadactyl', 'xul-ext-stylish' ]: # ensure => installed, #} |