aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystem/dhclient.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/subsystem/dhclient.pp')
-rw-r--r--manifests/subsystem/dhclient.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/subsystem/dhclient.pp b/manifests/subsystem/dhclient.pp
index 2f39076..e67a6e8 100644
--- a/manifests/subsystem/dhclient.pp
+++ b/manifests/subsystem/dhclient.pp
@@ -11,7 +11,7 @@ class nodo::subsystem::dhclient(
ensure => $ensure,
owner => root,
group => root,
- mode => 0644,
+ mode => '0644',
require => Package['isc-dhcp-client'],
content => template('nodo/dhcp/dhclient.conf.erb'),
}