Skip to content

Commit

Permalink
Making the pillar more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
nmadhok committed Jan 12, 2015
1 parent ee0b5c2 commit 75c71db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ Pillar customizations:
.. code-block:: yaml
wordpress:
wp-username: wordpressUserName
wp-database: wordpressDatabaseName
wp-username: <your-wordpress-mysql-username>
wp-database: <your-wordpress-database-name>
wp-passwords:
wordpress: wordpressPassword
root: wordpressDatabasePassword
wordpress: <your-wordpress-mysql-user-password>
Formula Dependencies
====================
Expand Down
5 changes: 2 additions & 3 deletions pillar.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
wordpress:
wp-username: wordpressUserName
wp-database: wordpressDatabaseName
wp-username: wordpressUser
wp-database: wordpressDatabase
wp-passwords:
wordpress: wordpressPassword
root: wordpressDatabasePassword

0 comments on commit 75c71db

Please sign in to comment.