propellor/src/Propellor/Property
Joey Hess 0ee04ecc43 GADT properties seem to work (untested)
* Property has been converted to a GADT, and will be Property NoInfo
  or Property HasInfo.
  This was done to make sure that ensureProperty is only used on
  properties that do not have Info.
  Transition guide:
  - Change all "Property" to "Property NoInfo" or "Property WithInfo"
    (The compiler can tell you if you got it wrong!)
  - To construct a RevertableProperty, it is useful to use the new
    (<!>) operator
  - Constructing a list of properties can be problimatic, since
    Property NoInto and Property WithInfo are different types and cannot
    appear in the same list. To deal with this, "props" has been added,
    and can built up a list of properties of different types,
    using the same (&) and (!) operators that are used to build
    up a host's properties.
2015-01-24 22:38:51 -04:00
..
Chroot more work on OS takeover 2014-12-04 17:11:15 -04:00
HostingProvider GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
SiteSpecific GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Systemd GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Apache.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Apt.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Chroot.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Cmd.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Cron.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Debootstrap.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Dns.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
DnsSec.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Docker.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
File.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Firewall.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Git.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Gpg.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Group.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Grub.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Hostname.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Journald.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
List.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Mount.hs forgot to add new Mount lib 2014-12-05 17:54:29 -04:00
Network.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Nginx.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
OS.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Obnam.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
OpenId.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Postfix.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Prosody.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Reboot.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Scheduled.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Service.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Ssh.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Sudo.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Systemd.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
Tor.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00
User.hs GADT properties seem to work (untested) 2015-01-24 22:38:51 -04:00