From 0664787b44e575b896cec031d735f05f69b57652 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:13:17 +0200 Subject: [PATCH 1/5] Move README according to formula guidelines --- 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 From 646fb4ae50a1bcf5a20e7a85ce632a89d1bd5eb0 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:20:04 +0200 Subject: [PATCH 2/5] Add basic structure according to guidelines. --- apache/init.sls | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 apache/init.sls diff --git a/apache/init.sls b/apache/init.sls new file mode 100644 index 0000000..e69de29 From d64793f7c1a444b178c6a734da5af54c127eabd2 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:22:05 +0200 Subject: [PATCH 3/5] Edit README according to guidelines --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b24a1c3..b5214a5 100644 --- a/README.rst +++ b/README.rst @@ -1,2 +1,2 @@ apache -====== +===== From 20834e1ef4fbbc91d22f444da49c5b3aec97ab82 Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:29:52 +0200 Subject: [PATCH 4/5] Move init.sls changes into new file. --- apache/init.sls | 7 +++++++ init.sls | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 init.sls diff --git a/apache/init.sls b/apache/init.sls index e69de29..1089ab2 100644 --- a/apache/init.sls +++ b/apache/init.sls @@ -0,0 +1,7 @@ +apache2: + pkg: + - installed + service: + - running + - require: + - pkg: apache2 diff --git a/init.sls b/init.sls deleted file mode 100644 index 1089ab2..0000000 --- a/init.sls +++ /dev/null @@ -1,7 +0,0 @@ -apache2: - pkg: - - installed - service: - - running - - require: - - pkg: apache2 From dd76faf1ed481953831affcb1fe76acae04ad9eb Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Sat, 27 Jul 2013 20:31:20 +0200 Subject: [PATCH 5/5] 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. +