diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-04 20:34:59 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-04 20:34:59 +0000 |
commit | 2bf54c20cff127eb7afa2850306a8929b10cab7d (patch) | |
tree | 2fe03d0976906a2e104186e7cb0db11732fe3b5c /modules/mga-mirrors/templates | |
parent | 19b97db934afc1f58a05ab109c2d494846dc7137 (diff) | |
download | puppet-2bf54c20cff127eb7afa2850306a8929b10cab7d.tar puppet-2bf54c20cff127eb7afa2850306a8929b10cab7d.tar.gz puppet-2bf54c20cff127eb7afa2850306a8929b10cab7d.tar.bz2 puppet-2bf54c20cff127eb7afa2850306a8929b10cab7d.tar.xz puppet-2bf54c20cff127eb7afa2850306a8929b10cab7d.zip |
- add the config file in svn
Diffstat (limited to 'modules/mga-mirrors/templates')
-rw-r--r-- | modules/mga-mirrors/templates/mga-mirrors.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/mga-mirrors/templates/mga-mirrors.ini b/modules/mga-mirrors/templates/mga-mirrors.ini new file mode 100644 index 00000000..2c83ce92 --- /dev/null +++ b/modules/mga-mirrors/templates/mga-mirrors.ini @@ -0,0 +1,4 @@ +[db] +pgconn=host=pgsql;dbname=mirrors +user=mirrors +password=<%= password %> |