Skip to content

Instantly share code, notes, and snippets.

@whytewolf

whytewolf/mysql Secret

Last active September 5, 2015 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whytewolf/ad31700f4ebd2b9a5b05 to your computer and use it in GitHub Desktop.
Save whytewolf/ad31700f4ebd2b9a5b05 to your computer and use it in GitHub Desktop.
mysql_debconf:
debconf.set:
- name: mysql-server
- data:
'mysql-server/root_password': {'type': 'string', 'value': '{{ pillar["SQL_ROOT_PASSWORD"] }}'}
'mysql-server/root_password_again': {'type': 'string', 'value': '{{ pillar["SQL_ROOT_PASSWORD"] }}'}
java_license:
debconf.set:
- name: oracle-java8-installer
- data:
'shared/accepted-oracle-license-v1-1': { 'type': 'boolean', 'value': 'true' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment