From 27962b049d0d5c0aded49f42e899f45af37787ca Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:34:06 +0200 Subject: [PATCH 1/3] Add basic structure according to guidelines. --- README.md => README.rst | 0 php/init.sls | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename README.md => README.rst (100%) create mode 100644 php/init.sls diff --git a/README.md b/README.rst similarity index 100% rename from README.md rename to README.rst diff --git a/php/init.sls b/php/init.sls new file mode 100644 index 0000000..e69de29 From b84fe729b7c2eee9826a28570def321428c71208 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:36:26 +0200 Subject: [PATCH 2/3] 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 2a2f921204facbb50b05cbfc35a7a7e2036b001a Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:38:33 +0200 Subject: [PATCH 3/3] 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