summaryrefslogtreecommitdiff
path: root/Propellor/Attr.hs
AgeCommit message (Collapse)Author
2014-04-19propellor spinJoey Hess
2014-04-19make primary dns server beat secondary if both are defined for a domainJoey Hess
Made my config file simpler..
2014-04-19rename aka to aliasJoey Hess
2014-04-19Propellor can configure primary DNS servers, including generating zone ↵Joey Hess
files, which is done by looking at the properties of hosts in a domain.
2014-04-18The `cname` property was renamed to `aka` as it does not always generate ↵Joey Hess
CNAME in the DNS.
2014-04-18Dns.primary wrote, not quite readyJoey Hess
2014-04-18genZone is working! complete DNS zone file generation from propellor configJoey Hess
2014-04-18my secondary dns server now uses Ip AttrsJoey Hess
2014-04-18add dns records to AttrJoey Hess
2014-04-18All Property combinators now combine together their Attr settings.Joey Hess
So Attr settings can be made inside a propertyList, for example.
2014-04-18get rid of AttrPropertyJoey Hess
Now both Property and RevertableProperty can influence Attr on their own.
2014-04-13Standard apt configuration for stable now includes backports.Joey Hess
2014-04-13Properties can now be satisfied differently on different operating systems.Joey Hess
2014-04-13propellor spinJoey Hess
2014-04-10new more expressive config.hs WIPJoey Hess