summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2014-11-23 15:17:57 -0400
committerJoey Hess2014-11-23 15:17:57 -0400
commit0ea0f7f4dee7f0e0835a82814fa89af6ce1756a1 (patch)
tree6eb9bbd4dfb6efc287a7174bdf9e0bbf0319221a /debian
parent3c952a0de9d228eafe6e208007be7d2e018d68b8 (diff)
--spin can be passed multiple hosts, and it will provision each host in turn.
Note that if it fails to spin a host, it will stop. I think this is better than continuing to the next, because there might be a reason to spin hosts in some specific order (ie, update dns first and then use it).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c3baf81..6a1d60dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ propellor (1.0.1) UNRELEASED; urgency=medium
* --spin target --via relay causes propellor to bounce through an
intermediate relay host, which handles any necessary uploads
when provisioning the target host.
+ * --spin can be passed multiple hosts, and it will provision each host
+ in turn.
* Hostname parameters not containing dots are looked up in the DNS to
find the full hostname.
* Added group-related properties. Thanks, FĂ©lix Sipma.