Advertisement
Guest User

Untitled

a guest
Mar 26th, 2014
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. databaseglobals:
  2. cmd.run:
  3. - name: |
  4. ssh maayan.insightcruises.com pg_dumpall -g | psql -U pgsql template1
  5. touch /usr/local/pgsql/data/SALT-GLOBALS-LOADED
  6. - unless: '[ -f /usr/local/pgsql/data/SALT-GLOBALS-LOADED ]'
  7. - require:
  8. - service: postgresl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement