diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-20 14:45:11 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-20 15:28:52 -0400 |
| commit | 4e5048727e7316d4101be19d4f1e42d72d008adb (patch) | |
| tree | 85b3282bf12d68e3af8e847cef535008bc575a05 /config-joey.hs | |
| parent | 4c0b1f6e643882f43ac936b6bfdee78593ebc1d5 (diff) | |
privdata propigation for Spin.controller
Controlling host inherits the privdata for the host it spins, and sends it
along to that host.
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index e973d35e..d6dce396 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -75,6 +75,7 @@ testvm = host "testvm.kitenet.net" darkstar :: Host darkstar = host "darkstar.kitenet.net" & ipv6 "2001:4830:1600:187::2" + & Spin.controllerFor clam & Aiccu.hasConfig "T18376" "JHZ2-SIXXS" & Apt.buildDep ["git-annex"] `period` Daily |
