aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils/network.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-24 22:47:11 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-24 22:47:11 -0200
commitd8a88745166b4569d6fad9468e0cd3e3750e05d3 (patch)
tree634f04b9ee03347378d0d1997002e5dd330627ac /manifests/subsystems/utils/network.pp
parent611e45deeeef7afac139f1e4c71400df8c2154d2 (diff)
downloadpuppet-nodo-d8a88745166b4569d6fad9468e0cd3e3750e05d3.tar.gz
puppet-nodo-d8a88745166b4569d6fad9468e0cd3e3750e05d3.tar.bz2
Getting rid of nodo_use_custom_packages variable
Diffstat (limited to 'manifests/subsystems/utils/network.pp')
-rw-r--r--manifests/subsystems/utils/network.pp11
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