]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 19:26:51 +0000 (17:26 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 26 Oct 2015 19:26:51 +0000 (17:26 -0200)
manifests/config.pp

index 7fa4ff42b825cf2541c796bd82bbfd234775613c..bba54b9cd9ba0756bfea3fd67f2d0b194fb69dba 100644 (file)
@@ -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',