diff options
-rw-r--r-- | modules/puppet/manifests/stored_config.pp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/puppet/manifests/stored_config.pp b/modules/puppet/manifests/stored_config.pp index efe8a6fa..9b19702b 100644 --- a/modules/puppet/manifests/stored_config.pp +++ b/modules/puppet/manifests/stored_config.pp @@ -1,8 +1,9 @@ class puppet::stored_config { -# TODO uncomment when the following problem have been fixed +# TODO uncomment when the following problem have been fixed # - how to bootstrap the installation of the infrastructure ( since we use -# stored_config for postgresql::remote_db_and_user, we need to have a sqlite3 -# database first and then declare the database, and then switch to it ) +# stored_config for postgresql::remote_db_and_user, we need to have a +# sqlite3 database first and then declare the database, and then switch +# to it ) # - how do we decide when we get sqlite3 ( for small test servers ) and # when do we decide to get the real pgsql server ( for production setup ) # |