Skip to content

Commit

Permalink
mirror @whiteinge's "Change states to use short-dec style"
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf10e committed Apr 12, 2015
1 parent 6d6eb5e commit b860fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions openldap/client.sls
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{% from 'openldap/map.jinja' import openldap with context %}
ldap-client:
pkg:
- installed
pkg.installed:
- name: {{ openldap.client_pkg }}
file:
- managed
file.managed:
- name: {{ openldap.client_config }}
- source: salt://openldap/files/ldap.conf
- template: jinja
Expand Down
6 changes: 2 additions & 4 deletions openldap/server.sls
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{% from 'openldap/map.jinja' import openldap with context %}
ldap-server:
pkg:
- installed
pkg.installed:
- name: {{ openldap.server_pkg }}
file:
- managed
file.managed:
- name: {{ openldap.server_config }}
- source: salt://openldap/files/slapd.conf
- template: jinja
Expand Down

0 comments on commit b860fae

Please sign in to comment.