summaryrefslogtreecommitdiff
path: root/config-joey.hs
AgeCommit message (Collapse)Author
2015-01-24GADT properties seem to work (untested)Joey Hess
* 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-23Added more network interface configuration properties.Joey Hess
2015-01-21reorgJoey Hess
2015-01-21propellor spinJoey Hess
2015-01-21Added systemd configuration properties.Joey Hess
2015-01-15propellor spinJoey Hess
2015-01-15ascii art updateJoey Hess
2015-01-15propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-09propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-08propellor spinJoey Hess
2015-01-06refactor dns settings!Joey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-06propellor spinJoey Hess
2015-01-04reorgJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04randomHostKeys is removed from CloudAtCost.deCruft.Joey Hess
2015-01-04propellor spinJoey Hess
2015-01-04sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter.Joey Hess
2015-01-04sshPubKey is renamed to Ssh.pubKeyJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-04propellor spinJoey Hess
2015-01-01propellor spinJoey Hess
2015-01-01propellor spinJoey Hess
2015-01-01propellor spinJoey Hess
2014-12-31propellor spinJoey Hess
2014-12-31propellor spinJoey Hess
2014-12-31propellor spinJoey Hess
2014-12-31propellor spinJoey Hess
2014-12-31propellor spinJoey Hess
2014-12-21propellor spinJoey Hess
2014-12-21propellor spinJoey Hess
2014-12-15commentJoey Hess
2014-12-14support for crypted passwords in privdataJoey Hess
* Added CryptPassword to PrivDataField, for password hashes as produced by crypt(3). * User.hasPassword and User.hasSomePassword will now use either a CryptPassword or a Password from privdata, depending on which is set.
2014-12-09Fix Apache.siteEnabled to update the config file and reload apache when ↵Joey Hess
configuration has changed.
2014-12-07more uses for hostContextJoey Hess
2014-12-06add root pwJoey Hess
2014-12-05hasSomePassword and hasPassword now check to make sure shadow passwords are ↵Joey Hess
enabled.
2014-12-05I have now successfully used propellor to convert a Fedora system into a ↵Joey Hess
bootable and fully working Debian system
2014-12-04more work on OS takeoverJoey Hess
2014-11-28switch kite to testingJoey Hess
2014-11-27propellor spinJoey Hess