diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-06-25 21:51:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-06-25 21:51:29 -0300 |
commit | 133e36be4d7af042b5403416e26bc624600ac5bc (patch) | |
tree | 6916e0e9d8dfe9d7f0c4085be87ed72c4559bf5d /manifests | |
parent | 67baef24fbbad2a0f1411ffd6fc6671942d95aa9 (diff) | |
download | puppet-bootstrap-133e36be4d7af042b5403416e26bc624600ac5bc.tar.gz puppet-bootstrap-133e36be4d7af042b5403416e26bc624600ac5bc.tar.bz2 |
Initial changes for jessie
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/classes/websites.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/websites.pp b/manifests/classes/websites.pp index 35f27c6..a53d507 100644 --- a/manifests/classes/websites.pp +++ b/manifests/classes/websites.pp @@ -37,6 +37,6 @@ class websites inherits websites::hosting { #database::instance { "site": # password => 'xxx', # tag => 'all', - #} + #} } |