Skip to content

Instantly share code, notes, and snippets.

@leonardinius
Last active January 3, 2016 12:49
Show Gist options
  • Save leonardinius/8465597 to your computer and use it in GitHub Desktop.
Save leonardinius/8465597 to your computer and use it in GitHub Desktop.
salt-poc
redmine.host.com:
host: '10.10.0.1'
user: root
passwd: 'xxx'
# # Optional parameters
# port: # The target system's ssh port number
# sudo: # Boolean to run command via sudo
# priv: # File path to ssh private key, defaults to salt-ssh.rsa
# timeout: # Number of seconds to wait for response
corepkgs:
pkg.installed:
- pkgs:
- msgpack-python
redminekgs:
pkg.installed:
- pkgs:
- redmine
- redmine-pgsql
base:
'*':
- core
'redmine.host.com':
- redmine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment