Skip to content

Instantly share code, notes, and snippets.

@markllama
Created August 6, 2013 17:39
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 markllama/6166699 to your computer and use it in GitHub Desktop.
Save markllama/6166699 to your computer and use it in GitHub Desktop.
The sensitive information for an OpenShift Origin service
#
# Instantiate a single class containing all of the passwords for the service
# This must NOT be checked into Git in clear text
#
# All values here must be changed for real use even for demos
class {'openshift::secrets':
datastore => 'dbsecret',
publication => 'dnssecret',
message_bus => 'activemqsecret',
message_end => 'mcollectivesecret',
authentication => 'k5orldapsecret'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment