summaryrefslogtreecommitdiff
path: root/Propellor/Property
AgeCommit message (Collapse)Author
2014-05-14moved source code to srcJoey Hess
This is to work around OSX's brain-damange regarding filename case insensitivity. Avoided moving config.hs, because it's a config file. Put in a symlink to make build work.
2014-05-14remove simplsh debug codeJoey Hess
Seems I have really fixed that bug!
2014-05-09propellor spinJoey Hess
2014-05-09propellor spinJoey Hess
2014-05-05propellor spinJoey Hess
2014-04-30threw in a update-server-info after clone, to avoid a gotchaJoey Hess
2014-04-30propellor spinJoey Hess
2014-04-30propellor spinJoey Hess
2014-04-23propellor spinJoey Hess
2014-04-23propellor spinJoey Hess
2014-04-23propellor spinJoey Hess
2014-04-23updateJoey Hess
2014-04-21propellor spinJoey Hess
2014-04-21propellor spinJoey Hess
2014-04-21propellor spinJoey Hess
2014-04-20propellor spinJoey Hess
2014-04-20propellor spinJoey Hess
2014-04-19propellor spinJoey Hess
2014-04-19propellor spinJoey Hess
2014-04-19When unattendedUpgrades is enabled on an Unstable or Testing system, ↵Joey Hess
configure it to allow the upgrades.
2014-04-19docsJoey Hess
2014-04-19Dns primary and secondary properties are now revertable.Joey Hess
2014-04-19Removed root domain records from SOA. Instead, use RootDomain when calling ↵Joey Hess
Dns.primary.
2014-04-19exportJoey Hess
2014-04-19formatJoey Hess
2014-04-19unusedJoey Hess
2014-04-19typoJoey Hess
2014-04-19typoJoey Hess
2014-04-19ye olde file read/write laziness bugJoey Hess
2014-04-19propellor spinJoey Hess
2014-04-19secondaryForJoey 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-18add SOAJoey Hess
2014-04-18provide a way to specify real cnamesJoey Hess
2014-04-18rename TTL field, per RFC 2308Joey Hess
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-18better serial number offsetsJoey Hess
2014-04-18add dns records to AttrJoey Hess
2014-04-18add mkSOAJoey Hess
2014-04-18date based serial numbersJoey Hess
complicated by OGMG-it's-2014-and-we're-still-using-unsigned-32-bit-ints
2014-04-18propellor spinJoey Hess
2014-04-18added bind 9 zone file creation codeJoey Hess
2014-04-18propellor spinJoey Hess
2014-04-18allow connections from outside worldJoey 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.