diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 16:55:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-13 16:55:17 -0300 |
commit | 476194837ef4340905f4e87fadafd205206cb3aa (patch) | |
tree | dac0f82e409e16052c8bae4895c2ce2f259e2ba6 /templates/schroot/schroot.conf.erb | |
parent | b00a2cd01c92ab0bd4316c13a2f1444f0307a73e (diff) | |
download | puppet-nodo-476194837ef4340905f4e87fadafd205206cb3aa.tar.gz puppet-nodo-476194837ef4340905f4e87fadafd205206cb3aa.tar.bz2 |
Minor fix
Diffstat (limited to 'templates/schroot/schroot.conf.erb')
-rw-r--r-- | templates/schroot/schroot.conf.erb | 2 |
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 %> |