aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-13 16:55:17 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-13 16:55:17 -0300
commit476194837ef4340905f4e87fadafd205206cb3aa (patch)
treedac0f82e409e16052c8bae4895c2ce2f259e2ba6 /templates
parentb00a2cd01c92ab0bd4316c13a2f1444f0307a73e (diff)
downloadpuppet-nodo-476194837ef4340905f4e87fadafd205206cb3aa.tar.gz
puppet-nodo-476194837ef4340905f4e87fadafd205206cb3aa.tar.bz2
Minor fix
Diffstat (limited to 'templates')
-rw-r--r--templates/schroot/schroot.conf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/schroot/schroot.conf.erb b/templates/schroot/schroot.conf.erb
index c9a524f..4210644 100644
--- a/templates/schroot/schroot.conf.erb
+++ b/templates/schroot/schroot.conf.erb
@@ -2,7 +2,7 @@
# Managed by puppet
#
[<%= name %>]
-type=<%= type %>
+type=<%= instance_type %>
description=<%= description %>
directory=<%= directory %>
users=<%= users %>