diff options
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r-- | manifests/subsystems/utils/network.pp | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp index 976e3b5..136f1c7 100644 --- a/manifests/subsystems/utils/network.pp +++ b/manifests/subsystems/utils/network.pp @@ -41,13 +41,6 @@ class utils::network inherits utils::network::minimal { ensure => installed, } - # Custom: might not be available in the official repositories - if $nodo_use_custom_packages == true { - package { [ 'torchat' ]: - ensure => installed, - } - } - # Squeeze (or newer) packages if $lsbdistcodename != 'lenny' { package { [ 'xul-ext-monkeysphere', 'chromium-browser', 'libical-parser-perl', @@ -74,6 +67,10 @@ class utils::network inherits utils::network::minimal { 'xul-ext-requestpolicy' ]: ensure => installed, } + + package { [ 'torchat' ]: + ensure => installed, + } } # Lenny only |