From: Silvio Rhatto Date: Mon, 26 Oct 2015 19:26:51 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=28d6b18eecae2c9485a299c864902e2484eec3cd;p=puppet-nginx.git Minor fix --- diff --git a/manifests/config.pp b/manifests/config.pp index 7fa4ff4..bba54b9 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -1,5 +1,5 @@ define nginx::config($value, $ensure = 'present') { - file { '/etc/nginx/conf.d/${name}.conf' : + file { "/etc/nginx/conf.d/${name}.conf" : ensure => $ensure, owner => 'root', group => 'root',