aboutsummaryrefslogtreecommitdiff
path: root/manifests/utils/network/wicd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utils/network/wicd.pp')
-rw-r--r--manifests/utils/network/wicd.pp11
1 files changed, 0 insertions, 11 deletions
diff --git a/manifests/utils/network/wicd.pp b/manifests/utils/network/wicd.pp
deleted file mode 100644
index 86af12a..0000000
--- a/manifests/utils/network/wicd.pp
+++ /dev/null
@@ -1,11 +0,0 @@
-class nodo::utils::network::wicd (
- $ensure = 'installed',
-) {
- package { [
- 'wicd',
- 'wicd-curses',
- #'wicd-gtk',
- ]:
- ensure => $ensure,
- }
-}