| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-01-03 | Add Munin module. | Jelmer Vernooij | |
| Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> | |||
| 2016-01-02 | clean cache on autobuilders | Joey Hess | |
| 2015-12-31 | actually parse service lines | Joey Hess | |
| So whitespace etc changes don't matter | |||
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | inet services cannot be private; adjust type | Joey Hess | |
| 2015-12-31 | propellor spin | Joey Hess | |
| 2015-12-31 | Postfix: Add service property to enable/disable services in master.cf. | Joey Hess | |
| 2015-12-30 | shell script copied into bin dir by their provisioning script | Joey Hess | |
| 2015-12-29 | Add convenience .installed for lightdm. | Jelmer Vernooij | |
| Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk> | |||
| 2015-12-19 | Clean build with ghc 7.10. | Joey Hess | |
| Import Prelude after modules that cause warnings due to AMP change | |||
| 2015-12-17 | minor tweak | Joey Hess | |
| 2015-12-17 | Gpg: fix gpg parameters in hasPrivKey and hasPubKey | Félix Sipma | |
| (cherry picked from commit 04464ae17a7396d0cafffefc2880e68f40fc42ad) | |||
| 2015-12-17 | Gpg: use processTranscript in hasPrivKey and hasPubKey | Félix Sipma | |
| (cherry picked from commit 21ffe59d0368f5cfe45316b31d661077e372d512) | |||
| 2015-12-16 | Gpg: parse GpgKeyType in keyImported | Félix Sipma | |
| (cherry picked from commit cdd1e093118b5eeab7743be7e2ec959980716145) | |||
| 2015-12-16 | Gpg.keyImported: check if a pubKey is imported instead of using a flagfile | Félix Sipma | |
| (cherry picked from commit 9712d125a2c3e3c609b68d9958207c251ba005ac) | |||
| 2015-12-16 | Gpg: use isJust | Félix Sipma | |
| (cherry picked from commit 1bb2377598e447e81e20a0e1de1a5d466851d655) | |||
| 2015-12-16 | Gpg: add hasPrivKey and hasPubKey | Félix Sipma | |
| (cherry picked from commit 7196b884e35ba907891c00d6e2840a36dce2214c) | |||
| 2015-12-15 | Merged Utility changes from git-annex. | Joey Hess | |
| 2015-12-14 | User: systemAccountFor and systemAccountFor' | Félix Sipma | |
| (cherry picked from commit f56f9696a998d32d6d5c4eca29b28ee60def2db0) | |||
| 2015-12-14 | User: add systemAccountFor and simpleSystemAccount properties | Félix Sipma | |
| (cherry picked from commit 4075a38db0fad4ef6e0c99e13c40ad9e0d54ec8b) | |||
| 2015-12-06 | allow using `check` on a UncheckedProperty, which yields a Property | Joey Hess | |
| 2015-12-06 | add isNewerThan and use it to avoid unnecessary running of newaliases | Joey Hess | |
| 2015-12-06 | improve docs | Joey Hess | |
| 2015-12-06 | avoid running update-grub except for just after installing the grub package | Joey Hess | |
| 2015-12-06 | only write /etc/hosts once, avoiding always returning MadeChange | Joey Hess | |
| 2015-12-06 | avoid removing line we wanted to add, only to add it back later | Joey Hess | |
| 2015-12-06 | improve error display | Joey Hess | |
| 2015-12-06 | setting the same sasl password updates the mtime of the file, but the ↵ | Joey Hess | |
| contents remain the same Don't much like using Data.Hash.MD5, but it's available in dependencies and pulling in a real hash library would be overkill. And md5 is a perfectly ok hash to use here. | |||
| 2015-12-06 | check for changes to sasldb2 | Joey Hess | |
| 2015-12-06 | Apt.cacheCleaned was trivial, force NoChange | Joey Hess | |
| 2015-12-05 | refactor | Joey Hess | |
| 2015-12-05 | make Locale.selectedFor check contents of file to decide if it needs to make ↵ | Joey Hess | |
| a change | |||
| 2015-12-05 | remove trivial | Joey Hess | |
| 2015-12-05 | UncheckedProperty for cmdProperty et al | Joey Hess | |
| * Properties that run an arbitrary command, such as cmdProperty and scriptProperty are converted to use UncheckedProperty, since they cannot tell on their own if the command truely made a change or not. (API Change) Transition guide: - When GHC complains about an UncheckedProperty, add: `assume` MadeChange - Since these properties used to always return MadeChange, that change is always safe to make. - Or, if you know that the command should modifiy a file, use: `changesFile` filename * A few properties have had their Result improved, for example Apt.buldDep and Apt.autoRemove now check if a change was made or not. | |||
| 2015-12-05 | Added UncheckedProperty type, along with unchecked to indicate a Property ↵ | Joey Hess | |
| needs its result checked, and checkResult and changesFile to check for changes. | |||
| 2015-11-26 | Added Propellor.Property.Fail2Ban. | Joey Hess | |
| 2015-11-26 | shorten reference to locale manpage | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ad7c9338306094f2d8187107417dd9331cb8f8a0) | |||
| 2015-11-26 | improve Haddock for Locale.selectedFor | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ca016d391e2419856e1efc40cc977af6a99af7d6) | |||
| 2015-11-26 | locale props use descriptive types & revertable | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 6d10045ba74c1dc45e6aab4bae8b4757751c1920) | |||
| 2015-11-26 | properties to select and generate locales | Sean Whitton | |
| Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ee14ef80cf9ab761b07fbc40f549ad5c7c72f6cb) | |||
| 2015-11-25 | make trivial since it updates the password each time | Joey Hess | |
| 2015-11-25 | Added Postfix.saslPasswdSet. | Joey Hess | |
| 2015-11-25 | unused import | Joey Hess | |
| 2015-11-24 | User.hasDesktopGroups changed to avoid trying to add the user to groups that ↵ | Joey Hess | |
| don't exist. This is the same method user-setup uses. | |||
| 2015-11-24 | haddock improvements | Joey Hess | |
| 2015-11-24 | Added User.hasDesktopGroups property. | Joey Hess | |
| Based on a property in spwhitton's config, but rewritten. | |||
| 2015-11-24 | fixes | Joey Hess | |
| 2015-11-24 | found this handy conversion of my blog post to propellor property in ↵ | Joey Hess | |
| spwhitton's repo | |||
| 2015-11-24 | refactor | Joey Hess | |
| 2015-11-24 | fix indent | Joey Hess | |
