]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
rename template to .erb
authorpietro <pietro@riseup.net>
Fri, 8 May 2009 10:38:34 +0000 (03:38 -0700)
committerpietro <pietro@riseup.net>
Fri, 8 May 2009 10:38:34 +0000 (03:38 -0700)
manifests/xen.pp
templates/xen-tools.conf.erb [moved from templates/xen-tools.conf with 99% similarity]

index a6734a6c1e615b1b125f141afc8b4c395dc233a4..f7d90fd49ce190a37a9e6749d238e64cf5097bf1 100644 (file)
@@ -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'];
   }
 }
similarity index 99%
rename from templates/xen-tools.conf
rename to templates/xen-tools.conf.erb
index c3999ad52410c1e0eae2e95c19c6ec162ef730ab..6aa97f5278c0f825982174545a14abc941a6339f 100644 (file)
@@ -52,8 +52,7 @@
 # LVM volume group here instead
 #
 ##
-lvm = <%= real_xen_lvm -%>
-
+lvm = <%= real_xen_lvm %>
 
 #
 ##