diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-26 17:47:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-26 17:47:21 -0400 |
| commit | 8cbf4c96bdb77350a233c6f0934458b8486ce11e (patch) | |
| tree | a5021cd1d1ffb4e0dc63c3ae7846af9c6ff96318 /src/Propellor/Property/SiteSpecific/Branchable.hs | |
| parent | c85c462c617fe31c3fe8c97d85db4bcae838a8b2 (diff) | |
more porting
Conductor WIP
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/Branchable.hs')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/Branchable.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/Branchable.hs b/src/Propellor/Property/SiteSpecific/Branchable.hs index 5c85610b..239bcbeb 100644 --- a/src/Propellor/Property/SiteSpecific/Branchable.hs +++ b/src/Propellor/Property/SiteSpecific/Branchable.hs @@ -9,7 +9,7 @@ import qualified Propellor.Property.Postfix as Postfix import qualified Propellor.Property.Gpg as Gpg import qualified Propellor.Property.Sudo as Sudo -server :: [Host] -> Property HasInfo +server :: [Host] -> Property (HasInfo + DebianLike) server hosts = propertyList "branchable server" $ props & "/etc/timezone" `File.hasContent` ["Etc/UTC"] & "/etc/locale.gen" `File.containsLines` |
