init
This commit is contained in:
commit
7b39666270
10 changed files with 136 additions and 0 deletions
20
srv/salt/gollum/init.sls
Normal file
20
srv/salt/gollum/init.sls
Normal file
|
@ -0,0 +1,20 @@
|
|||
ruby-repos:
|
||||
pkgrepo.managed:
|
||||
- ppa: brightbox/ruby-ng-experimental
|
||||
|
||||
ruby1.9.3:
|
||||
pkg.installed:
|
||||
- require:
|
||||
- pkgrepo.managed: ruby-repos
|
||||
|
||||
asciidoc:
|
||||
pkg.installed
|
||||
|
||||
{% for gem in ['gollum', 'creole', 'redcarpet', 'github-markdown', 'org-ruby', 'RedCloth', 'wikicloth'] %}
|
||||
{{ gem }}-gem:
|
||||
gem:
|
||||
- installed
|
||||
- name: {{ gem }}
|
||||
- require:
|
||||
- pkg.installed: ruby1.9.3
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue