Created
November 5, 2013 01:37
-
-
Save dcapwell/7312449 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
| include: | |
| - java | |
| jenkins: | |
| pkgrepo.managed: | |
| - humanname: Jenkins PPA | |
| - name: deb http://pkg.jenkins-ci.org/debian binary/ | |
| - comments: | |
| - "# Jenkins Repo" | |
| - key_url: http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | |
| - require_in: | |
| # must be the id, not the package name | |
| - pkg: jenkins | |
| - file.directory: /var/run/jenkins | |
| pkg: | |
| - installed | |
| /var/run/jenkins: | |
| file.directory: | |
| - mode: 755 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment