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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/macchanger/wicd.pp b/manifests/subsystem/macchanger/wicd.pp
index 18ee263..414cb78 100644
--- a/manifests/subsystem/macchanger/wicd.pp
+++ b/manifests/subsystem/macchanger/wicd.pp
@@ -3,7 +3,7 @@ class nodo::subsystem::macchanger::wicd inherits nodo::subsystem::macchanger {
ensure => present,
owner => root,
group => root,
- mode => 0755,
+ mode => '0755',
source => 'puppet:///modules/nodo/etc/wicd/macchanger',
}
}