propellor spin

This commit is contained in:
Joey Hess 2014-04-04 00:11:24 -04:00
parent 2231fce6bf
commit 3aff991553
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import qualified Propellor.Property.File as File
-- with an entry for 127.0.1.1, which is standard at least on Debian
-- to set the FDQN (127.0.0.1 is localhost).
set :: HostName -> Property
set hostname = propertyList desc go
set hostname = combineProperties desc go
`onChange` cmdProperty "hostname" [host]
where
desc = "hostname " ++ hostname

View File

@ -45,7 +45,7 @@ host hostname@"orca.kitenet.net" = standardSystem Unstable $ props
& Docker.configured
& Apt.buildDep ["git-annex"]
& Docker.docked container hostname "amd64-git-annex-builder"
! Docker.docked container hostname "i386-git-annex-builder"
& Docker.docked container hostname "i386-git-annex-builder"
& Docker.garbageCollected
-- My laptop
host _hostname@"darkstar.kitenet.net" = Just $ props