Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add save=False option
  • Loading branch information
tobami committed Oct 22, 2010
1 parent ccb8e9c commit 73cc7f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.textile
Expand Up @@ -20,7 +20,9 @@ h3. Deploy
h3. Cook

@fab host:MYHOST recipe:MYRECIPE@
@fab host:MYHOST recipe:MYRECIPE,save=False@ => to not overwrite existing config file
@fab host:MYHOST role:MYROLE@
@fab host:MYHOST role:MYROLE,save=False@ => to not overwrite existing config file
@fab host:MYHOST configure@ => Configures node as specified in the config file
@fab configure@ => Configures all nodes

Expand Down

0 comments on commit 73cc7f9

Please sign in to comment.