Created
January 30, 2017 16:53
-
-
Save austinpapp/9798b9d01ffd6e3538f5e2bdc1d4bdc7 to your computer and use it in GitHub Desktop.
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
github-ssh-key: | |
file.managed: | |
- name: /root/.ssh/{{ salt['pillar.get']('inf-private:github:key-name') }} | |
- contents_pillar: {{ salt['pillar.get']('inf-private:github:key') }} | |
- mode: 600 |
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
inf-private: | |
github: | |
key-name: blah | |
key: | | |
-----BEGIN RSA PRIVATE KEY---- | |
-----END RSA PRIVATE KEY----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment