aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/macchanger/wicd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/macchanger/wicd.pp')
-rw-r--r--manifests/subsystem/macchanger/wicd.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/subsystem/macchanger/wicd.pp b/manifests/subsystem/macchanger/wicd.pp
new file mode 100644
index 0000000..18ee263
--- /dev/null
+++ b/manifests/subsystem/macchanger/wicd.pp
@@ -0,0 +1,9 @@
+class nodo::subsystem::macchanger::wicd inherits nodo::subsystem::macchanger {
+ file { '/etc/wicd/scripts/preconnect/macchanger':
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 0755,
+ source => 'puppet:///modules/nodo/etc/wicd/macchanger',
+ }
+}