google auth example pillar config add; forgotten gauth state file add

This commit is contained in:
Bohdan Kmit
2015-01-15 13:28:51 +00:00
parent 89d6672887
commit c3b5b87fb2
2 changed files with 27 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# vim: sts=2 ts=2 sw=2 et ai
{% from "users/map.jinja" import users with context %}
googleauth-package:
pkg.installed:
- name: {{ users.googleauth_package }}
- require:
- file: {{ users.googleauth_dir }}
{{ users.googleauth_dir }}:
file:
- directory
- user: root
- group: {{ users.root_group }}
- mode: 600