]> gitweb.fluxo.info Git - hydra.git/commitdiff
Coding puppet-reset-stored
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 20:03:55 +0000 (17:03 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Sep 2011 20:03:55 +0000 (17:03 -0300)
share/hydractl/puppet-reset-stored

index 000933b98e818ffbdeccbe5bb9addf0fa22a7798..48a3dc1012a26c120bb664192e0fad455912c54b 100755 (executable)
@@ -1,2 +1,6 @@
 #!/bin/bash
-# TODO: reset stored configs
+#
+# Reset puppet stored configs
+#
+
+mysql puppet -e "drop database puppet ; create database puppet;"