From b194209f07b5bdda4686117cb8630610531a8944 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:34:29 +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 a4b0efaff567d72b1fde994616f4f0df4eb70116 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:34:38 +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 9d725d17eb0f8314cef255b7f449c19a3788f8c7 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:34:54 +0200 Subject: [PATCH 3/4] Add basic structure according to guidelines. --- init.sls => postgres/init.sls | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename init.sls => postgres/init.sls (100%) diff --git a/init.sls b/postgres/init.sls similarity index 100% rename from init.sls rename to postgres/init.sls From 23dedb7f1e84e5d7460f163fbdbd12979858d386 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sun, 28 Jul 2013 00:35:05 +0200 Subject: [PATCH 4/4] Move README to rst --- README.md => README.rst | 0 1 file changed, 0 insertions(+), 0 deletions(-) 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