Skip to content

Commit

Permalink
Initial upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nmadhok committed Jan 8, 2015
0 parents commit 3796be1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
14 changes: 14 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Copyright (c) 2015 Nitin Madhok <nmadhok@g.clemson.edu>

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.

25 changes: 25 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
wordpress
=========

Available states
================

.. contents::
:local:

``wordpress``
-------------

Install and configure wordpress

Pillar customizations:
==========================

.. code-block:: yaml
wordpress:
wp-username: wordpressUserName
wp-database: wordpressDatabaseName
wp-passwords:
wordpress: wordpressPassword
root: wordpressDatabasePassword
6 changes: 6 additions & 0 deletions pillar.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
wordpress:
wp-username: wordpressUserName
wp-database: wordpressDatabaseName
wp-passwords:
wordpress: wordpressPassword
root: wordpressDatabasePassword

0 comments on commit 3796be1

Please sign in to comment.