summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Hostname.hs
AgeCommit message (Collapse)Author
2014-11-18fix haddock filename displayJoey Hess
2014-07-18propellor spinJoey Hess
2014-07-18propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, to ↵Joey Hess
avoid eg, apache complaining that "Could not reliably determine the server's fully qualified domain name".
2014-06-09Attr is renamed to Info.Joey Hess
2014-05-31simplified record accessorsJoey Hess
2014-05-19hostname setting is trivial propertyJoey Hess
2014-05-19propellor spinJoey Hess
2014-05-19Ensure that kernel hostname is same as /etc/hostname when configuring hostname.Joey Hess
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.