Skip to content

Commit

Permalink
Same for without_nagios
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Copeland committed May 14, 2012
1 parent 86734f6 commit 90a9aca
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README
@@ -1,7 +1,6 @@
Puppet modules for "Deploying Rails".

Steps to recreate without_ganglia:

git co master
git br -D without_ganglia
git push origin :without_ganglia
Expand All @@ -10,4 +9,15 @@ git rm -r modules/ganglia
# manually remove ganglia stuff from manifests/nodes.pp
git add .
git ci -m "Removing ganglia"
git push origin without_ganglia
git push origin without_ganglia

Steps to recreate without_nagios:
git co master
git br -D without_nagios
git push origin :without_nagios
git co -b without_nagios
git rm -r modules/nagios
# manually remove nagios stuff from manifests/nodes.pp
git add .
git ci -m "Removing nagios"
git push origin without_nagios

0 comments on commit 90a9aca

Please sign in to comment.