summaryrefslogtreecommitdiff
path: root/src/Propellor
AgeCommit message (Expand)Author
2016-01-12add missing Control.Applicative imports for old ghcJoey Hess
2016-01-05improve docJoey Hess
2016-01-05Git.bareRepoDefaultBranch propertySean Whitton
2016-01-03refactor into smaller modules to untangle git and gpg modulesJoey Hess
2016-01-03Gpg: use gpg.program from git configFélix Sipma
2016-01-03Add Munin module.Jelmer Vernooij
2016-01-03Fix typo: indidate -> indicate.Jelmer Vernooij
2016-01-02clean cache on autobuildersJoey Hess
2015-12-31actually parse service linesJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-31inet services cannot be private; adjust typeJoey Hess
2015-12-31propellor spinJoey Hess
2015-12-31Postfix: Add service property to enable/disable services in master.cf.Joey Hess
2015-12-31spin --via: Avoid committing on relay host.Joey Hess
2015-12-30Bootstrap apt-get installs run with deconf noninteractive frontend.Joey Hess
2015-12-30shell script copied into bin dir by their provisioning scriptJoey Hess
2015-12-30add GNUPGBIN environment variableFélix Sipma
2015-12-29Add convenience .installed for lightdm.Jelmer Vernooij
2015-12-19Clean build with ghc 7.10.Joey Hess
2015-12-17minor tweakJoey Hess
2015-12-17Gpg: fix gpg parameters in hasPrivKey and hasPubKeyFélix Sipma
2015-12-17hlintFélix Sipma
2015-12-17Gpg: use processTranscript in hasPrivKey and hasPubKeyFélix Sipma
2015-12-16Gpg: parse GpgKeyType in keyImportedFélix Sipma
2015-12-16Gpg.keyImported: check if a pubKey is imported instead of using a flagfileFélix Sipma
2015-12-16Gpg: use isJustFélix Sipma
2015-12-16Gpg: add hasPrivKey and hasPubKeyFélix Sipma
2015-12-15Merged Utility changes from git-annex.Joey Hess
2015-12-14User: systemAccountFor and systemAccountFor'Félix Sipma
2015-12-14User: add systemAccountFor and simpleSystemAccount propertiesFélix Sipma
2015-12-08avoid crash when stdout is not open in call to hIsTerminalDeviceJoey Hess
2015-12-08tweak wrong spin branch error messageSean Whitton
2015-12-08implement two pre-spin safety checksSean Whitton
2015-12-08rewrite getRepoUrl with getGitConfigValueSean Whitton
2015-12-08implement getGitConfigValue & getGitConfigBoolSean Whitton
2015-12-06allow using `check` on a UncheckedProperty, which yields a PropertyJoey Hess
2015-12-06add isNewerThan and use it to avoid unnecessary running of newaliasesJoey Hess
2015-12-06improve docsJoey Hess
2015-12-06avoid running update-grub except for just after installing the grub packageJoey Hess
2015-12-06only write /etc/hosts once, avoiding always returning MadeChangeJoey Hess
2015-12-06avoid removing line we wanted to add, only to add it back laterJoey Hess
2015-12-06improve error displayJoey Hess
2015-12-06setting the same sasl password updates the mtime of the file, but the content...Joey Hess
2015-12-06check for changes to sasldb2Joey Hess
2015-12-06Apt.cacheCleaned was trivial, force NoChangeJoey Hess
2015-12-05refactorJoey Hess
2015-12-05make Locale.selectedFor check contents of file to decide if it needs to make ...Joey Hess
2015-12-05typoJoey Hess
2015-12-05remove trivialJoey Hess
2015-12-05UncheckedProperty for cmdProperty et alJoey Hess