diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:07:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:07:51 -0300 |
commit | af78b156c5418d1e67faed4635019dcef0da9cac (patch) | |
tree | b008ce6ea2444e6fc9edcbd0be7bc3b096fab573 /manifests/xen/dom0/debian.pp | |
parent | 5cbcdb956b0bacb02229ca2085aa1245e7308dcc (diff) | |
download | puppet-virtual-af78b156c5418d1e67faed4635019dcef0da9cac.tar.gz puppet-virtual-af78b156c5418d1e67faed4635019dcef0da9cac.tar.bz2 |
Changes for puppet 4 compatibility
Diffstat (limited to 'manifests/xen/dom0/debian.pp')
-rw-r--r-- | manifests/xen/dom0/debian.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/xen/dom0/debian.pp b/manifests/xen/dom0/debian.pp index 56ec52c..9c6d171 100644 --- a/manifests/xen/dom0/debian.pp +++ b/manifests/xen/dom0/debian.pp @@ -20,7 +20,7 @@ class virtual::xen::dom0::debian inherits xen::dom0::base { file { "/etc/xen-tools/xen-tools.conf": - owner => root, group => 0, mode => 0644, + owner => root, group => 0, mode => '0644', content => template("site_virtual/xen/${operatingsystem}/${lsbdistcodename}/xen-tools.conf.erb"), require => Package['xen-tools']; } |