From 976afedea3fabc98ac64d72bbad3aacd7602f84d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 21 Nov 2014 12:18:03 -0400 Subject: [PATCH] propellor spin --- config-joey.hs | 2 +- src/Propellor/Property/Systemd.hs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config-joey.hs b/config-joey.hs index 62c5af9..b2b324f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -87,7 +87,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" meow :: Systemd.Container meow = Systemd.container "meow" (System (Debian Unstable) "amd64") [] - & Apt.serviceInstalledRunning ["fingerd"] + & Apt.serviceInstalledRunning "fingerd" testChroot :: Chroot.Chroot testChroot = Chroot.chroot "/tmp/chroot" (System (Debian Unstable) "amd64") diff --git a/src/Propellor/Property/Systemd.hs b/src/Propellor/Property/Systemd.hs index 63a150f..88c0374 100644 --- a/src/Propellor/Property/Systemd.hs +++ b/src/Propellor/Property/Systemd.hs @@ -1,6 +1,7 @@ module Propellor.Property.Systemd ( installed, persistentJournal, + Container, container, nspawned, ) where