diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-04-12 17:12:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-04-12 17:12:53 -0300 |
commit | 61229cbadb2e29ebca29ebac0f7495c197f17f95 (patch) | |
tree | ad4d7e7c788ecdf87b44a3aac8d487951ffe67f6 /templates | |
download | puppet-schroot-61229cbadb2e29ebca29ebac0f7495c197f17f95.tar.gz puppet-schroot-61229cbadb2e29ebca29ebac0f7495c197f17f95.tar.bz2 |
Initial import
Diffstat (limited to 'templates')
-rw-r--r-- | templates/schroot.conf.erb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/schroot.conf.erb b/templates/schroot.conf.erb new file mode 100644 index 0000000..4210644 --- /dev/null +++ b/templates/schroot.conf.erb @@ -0,0 +1,10 @@ +# +# Managed by puppet +# +[<%= name %>] +type=<%= instance_type %> +description=<%= description %> +directory=<%= directory %> +users=<%= users %> +groups=<%= groups %> +aliases=<%= aliases %> |