From f35ef9d6975710f2d77c2ea708c66500861d92d1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Apr 2015 13:04:39 -0400 Subject: API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them. Note that UserName is kept and PrivData still uses it in its sum type. This is to avoid breaking PrivData serialization. --- config-simple.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-simple.hs') diff --git a/config-simple.hs b/config-simple.hs index aca129e9..4f0fde8c 100644 --- a/config-simple.hs +++ b/config-simple.hs @@ -28,7 +28,7 @@ hosts = & Apt.unattendedUpgrades & Apt.installed ["etckeeper"] & Apt.installed ["ssh"] - & User.hasSomePassword "root" + & User.hasSomePassword (User "root") & Network.ipv6to4 & File.dirExists "/var/www" & Docker.docked webserverContainer -- cgit v1.2.3