Created
August 6, 2013 17:39
-
-
Save markllama/6166699 to your computer and use it in GitHub Desktop.
The sensitive information for an OpenShift Origin service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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