From: pietro Date: Fri, 8 May 2009 10:38:34 +0000 (-0700) Subject: rename template to .erb X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0a1e08ddff0b15e3ad74302735fd4d561990d902;p=puppet-virtual.git rename template to .erb --- diff --git a/manifests/xen.pp b/manifests/xen.pp index a6734a6..f7d90fd 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -133,7 +133,7 @@ class xen::dom0::debian inherits xen::dom0::base { file { "/etc/xen-tools/xen-tools.conf": owner => root, group => 0, mode => 0644, - content => template("virtual/xen-tools.conf"), + content => template("virtual/xen-tools.conf.erb"), require => Package['xen-tools']; } } diff --git a/templates/xen-tools.conf b/templates/xen-tools.conf.erb similarity index 99% rename from templates/xen-tools.conf rename to templates/xen-tools.conf.erb index c3999ad..6aa97f5 100644 --- a/templates/xen-tools.conf +++ b/templates/xen-tools.conf.erb @@ -52,8 +52,7 @@ # LVM volume group here instead # ## -lvm = <%= real_xen_lvm -%> - +lvm = <%= real_xen_lvm %> # ##