From cb1785a14eb483d78e81ff8fd9e5ee204002494d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 13 Sep 2011 15:51:59 -0300 Subject: Adding schroot::instance --- templates/schroot/schroot.conf.erb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/schroot/schroot.conf.erb (limited to 'templates/schroot/schroot.conf.erb') diff --git a/templates/schroot/schroot.conf.erb b/templates/schroot/schroot.conf.erb new file mode 100644 index 0000000..c9a524f --- /dev/null +++ b/templates/schroot/schroot.conf.erb @@ -0,0 +1,10 @@ +# +# Managed by puppet +# +[<%= name %>] +type=<%= type %> +description=<%= description %> +directory=<%= directory %> +users=<%= users %> +groups=<%= groups %> +aliases=<%= aliases %> -- cgit v1.2.3