From 8d8b27b581fb58b8d559d3c7c1e1397e578230c3 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:06:51 -0300 Subject: Changes for puppet 4 compatibility --- manifests/subsystem/macchanger/wicd.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystem/macchanger/wicd.pp') 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', } } -- cgit v1.2.3