From f9f549a3e170e291b78d783ee3bce6758c7a0a67 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:45:55 +0200 Subject: [PATCH 1/4] Add pillar.example --- pillar.example | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 pillar.example diff --git a/pillar.example b/pillar.example new file mode 100644 index 0000000..e69de29 From 55c1a751d04c45a8f34b76c5b24ffa6eee321a8e Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:46:08 +0200 Subject: [PATCH 2/4] Add LICENSE. --- LICENSE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..52ec1c1 --- /dev/null +++ b/LICENSE @@ -0,0 +1,14 @@ + Copyright (c) 2013 Salt Stack Formulas + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + From 3cf2ae4f1a2bcf23f2db76962fab0685a18c3891 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:53:23 +0200 Subject: [PATCH 3/4] Add example data to pillar. --- README.md => README.rst | 0 pillar.example | 8 ++++++++ 2 files changed, 8 insertions(+) rename README.md => README.rst (100%) diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst diff --git a/pillar.example b/pillar.example index e69de29..50b3f2e 100644 --- a/pillar.example +++ b/pillar.example @@ -0,0 +1,8 @@ +users: + auser: + sudouser: True + shell: /bin/zsh + groups: + - admin + ssh_auth: + - ssh-rsa PUBLICKEYKEYKEY From 11c52c6048bd2357aabb0bdf58a173afc703a099 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:55:33 +0200 Subject: [PATCH 4/4] Remove example pillar from README. --- README.rst | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.rst b/README.rst index 61255d3..50ae8ce 100644 --- a/README.rst +++ b/README.rst @@ -2,14 +2,3 @@ users ===== Configure users via pillar - -Using this state, you can configure users entirely via pillar: - - users: - auser: - sudouser: True - shell: /bin/zsh - groups: - - admin - ssh_auth: - - ssh-rsa PUBLICKEYKEYKEY \ No newline at end of file