summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-05UncheckedProperty for cmdProperty et alJoey 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-05Added UncheckedProperty type, along with unchecked to indicate a Property ↵Joey Hess
needs its result checked, and checkResult and changesFile to check for changes.
2015-12-01propellor spinJoey Hess
2015-11-30propellor spinJoey Hess
2015-11-30propellor spinJoey Hess
2015-11-26propellor spinJoey Hess
2015-11-26Added Propellor.Property.Fail2Ban.Joey Hess
2015-11-26Added changesFile property combinator.Joey Hess
2015-11-26changelogJoey Hess
2015-11-26shorten reference to locale manpageSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ad7c9338306094f2d8187107417dd9331cb8f8a0)
2015-11-26improve Haddock for Locale.selectedForSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ca016d391e2419856e1efc40cc977af6a99af7d6)
2015-11-26add Propellor.Property.Locale to propellor.cabalSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 0beffb353812c79b8455754f11c6f7e45b49c3b6)
2015-11-26locale props use descriptive types & revertableSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit 6d10045ba74c1dc45e6aab4bae8b4757751c1920)
2015-11-26properties to select and generate localesSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit ee14ef80cf9ab761b07fbc40f549ad5c7c72f6cb)
2015-11-25make trivial since it updates the password each timeJoey Hess
2015-11-25propellor spinJoey Hess
2015-11-25propellor spinJoey Hess
2015-11-25add errol sasl passwordJoey Hess
2015-11-25propellor spinJoey Hess
2015-11-25oopsJoey Hess
2015-11-25set privdatadirJoey Hess
2015-11-25propellor spinJoey Hess
2015-11-25add errol saslJoey Hess
2015-11-25added back my privdata, lost in a mergeJoey Hess
2015-11-25Added Postfix.saslPasswdSet.Joey Hess
2015-11-25unused importJoey Hess
2015-11-24User.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-24haddock improvementsJoey Hess
2015-11-24prep releaseJoey Hess
2015-11-24Added User.hasDesktopGroups property.Joey Hess
Based on a property in spwhitton's config, but rewritten.
2015-11-24fixesJoey Hess
2015-11-24merge fix from gix-annexJoey Hess
2015-11-24found this handy conversion of my blog post to propellor property in ↵Joey Hess
spwhitton's repo
2015-11-24change joeyconfig back after merging from masterJoey Hess
2015-11-24Merge branch 'joeyconfig'Joey Hess
2015-11-24doneJoey Hess
2015-11-24refactorJoey Hess
2015-11-24changelogJoey Hess
2015-11-24fix indentJoey Hess
2015-11-24Git.repoConfigured and Git.repoAcceptsNonFFs propsSean Whitton
The latter is useful when setting up Git hosting using the Git.bareRepo property. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> (cherry picked from commit cf3b48217a78460758615b52849e2b717ec24de9)
2015-11-24pull requestspwhitton
2015-11-21Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2015-11-21Merge branch 'joeyconfig'Joey Hess
2015-11-21changelogJoey Hess
2015-11-21DebianMirror: use a lensy approach to set values of a DebianMirrorFélix Sipma
(cherry picked from commit 359e449157f831bbd22a212d618b6762a58b47de)
2015-11-21DebianMirror: add DebianMirror typeFélix Sipma
(cherry picked from commit 82d949506dbadabff7d62de85a2f601b9d5755cc)
2015-11-20changelogJoey Hess
2015-11-20DebianMirror: add a [RsyncExtra] argumentFélix Sipma
(cherry picked from commit baff70140cbf3f6113439335b96f3016f261a6a0)
2015-11-20DebianMirror: debmirror --host argument should be a hostname, not an urlFélix Sipma
(cherry picked from commit f0e374b4a43db750868f1ca4ccc465cee5691748)
2015-11-17propellor spinJoey Hess