summaryrefslogtreecommitdiff
path: root/Propellor
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-11improved initial setupJoey Hess
Configure git to use the gpg key in --add-key, otherwise commit -S will look for a key matching the configured email and if it doesn't find one, will fail.
2014-05-11propellor spinJoey Hess
2014-05-11propellor spinJoey Hess
2014-05-11propellor spinJoey Hess
2014-05-11propellor spinJoey Hess
2014-05-11propellor spinJoey Hess
2014-05-11propellor spinJoey Hess
2014-05-09propellor spinJoey Hess
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-29add debuggin for simpleshJoey Hess
2014-04-24Deal with old ssh connection caching sockets.Joey 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-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-19propellor spinJoey 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-19improve docsJoey Hess
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