Skip to content

Commit 7a9d85b

Browse files
committed
Merge branch 'release/0.3.17'
2 parents a14b7c7 + 5852d87 commit 7a9d85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/how-tos/_posts/2012-01-26-using-pallet-with-existing-servers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ To test your configuration, trying running a simple `ls` command.
7373
(require 'pallet.action.exec-script 'pallet.phase)
7474
(pallet.core/lift
7575
(pallet.core/group-spec
76-
"fe"
76+
"tomcats"
7777
:phases {:configure (pallet.phase/phase-fn
7878
(pallet.action.exec-script/exec-script (ls)))})
79-
:compute my-data-center)
79+
:compute my-data-center)
8080
{% endhighlight %}
8181

8282
[node-types]: http://palletops.com/doc/reference/node-types "Defining server and group-specs"

0 commit comments

Comments
 (0)