diff options
author | Michael Scherer <misc@mageia.org> | 2012-03-20 17:42:15 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2012-03-20 17:42:15 +0000 |
commit | d906357d729d7e74ae9aad796db8b1d11ee86ffe (patch) | |
tree | 110616e930ef2c203b3e43f5b691fff2b5fcee26 /modules | |
parent | ccf34b0722a48a9e6c20a4f92f2ce059be69660e (diff) | |
download | puppet-d906357d729d7e74ae9aad796db8b1d11ee86ffe.tar puppet-d906357d729d7e74ae9aad796db8b1d11ee86ffe.tar.gz puppet-d906357d729d7e74ae9aad796db8b1d11ee86ffe.tar.bz2 puppet-d906357d729d7e74ae9aad796db8b1d11ee86ffe.tar.xz puppet-d906357d729d7e74ae9aad796db8b1d11ee86ffe.zip |
fix whitespace and line too long
Diffstat (limited to 'modules')
-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 ) # |