aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-02-05 18:42:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-02-05 18:42:27 -0200
commitb43ce919ba18059e74fb490b1c9010da865b5ded (patch)
treef1ec8a7d5c6c6184243035d822be7de9855be2db
parent4370ae5deab2d4138cb12471d57fb112800b9e17 (diff)
downloadpuppet-nodo-b43ce919ba18059e74fb490b1c9010da865b5ded.tar.gz
puppet-nodo-b43ce919ba18059e74fb490b1c9010da865b5ded.tar.bz2
Minor fix (2)
-rw-r--r--manifests/subsystems/utils/network.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystems/utils/network.pp b/manifests/subsystems/utils/network.pp
index fa6a68a..618ce25 100644
--- a/manifests/subsystems/utils/network.pp
+++ b/manifests/subsystems/utils/network.pp
@@ -11,8 +11,8 @@ class utils::network::torrent {
}
class utils::network::minimal {
- include utils::network:irssi
- include utils::network:torrent
+ include utils::network::irssi
+ include utils::network::torrent
package { 'unison':
ensure => installed,