summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
AgeCommit message (Expand)Author
2015-12-19Clean build with ghc 7.10.Joey Hess
2015-11-24haddock improvementsJoey Hess
2015-11-17export for haddockJoey Hess
2015-10-27Explicit Info/NoInfo for RevertableProperty (API change)Joey Hess
2015-10-24propellor spinJoey Hess
2015-10-24improve RevertableProperty combiningJoey Hess
2015-10-23generalize checkJoey Hess
2015-10-10tighten focus of Propellor module, adding Propellor.Base for all the exportsJoey Hess
2015-10-10Improved documentation, particularly of the Propellor module.Joey Hess
2015-09-13Follow some hlint suggestions.Mario Lang
2015-09-06Added Propellor.Property.Rsync. WIP; untestedJoey Hess
2015-04-29propellor spinJoey Hess
2015-01-25remove toSimplePropJoey Hess
2015-01-25fix combines instanceJoey Hess
2015-01-25avoid needing to define Show twiceJoey Hess
2015-01-24GADT properties seem to work (untested)Joey Hess
2015-01-24use type level functions to fix type inference for `require`Joey Hess
2015-01-24moving to using the GADTJoey Hess
2015-01-24added GADT to determine between a property with info and withoutJoey Hess
2015-01-19more reorgJoey Hess
2015-01-19split out types to improve haddock for Propellor.TypesJoey Hess
2015-01-19avoid haddock warningsJoey Hess
2015-01-18Property treeJoey Hess
2015-01-15Add descriptions of how to set missing fields to --list-fields output. (Minor...Joey Hess
2015-01-04sshPubKey is renamed to Ssh.pubKey, and has an added SshKeyType parameter.Joey Hess
2015-01-01Update intermediary propellor in --spin --viaJoey Hess
2014-12-08propellor spinJoey Hess
2014-12-07Display a warning when ensureProperty is used on a property which has Info an...Joey Hess
2014-12-07Fixed privdata introspection for User.hasPassword and User.hasSomePasswordJoey Hess
2014-12-06Reboot.atEndJoey Hess
2014-12-06endAction can be used to register an action to run once propellor has success...Joey Hess
2014-11-23add --mergeJoey Hess
2014-11-23--spin can be passed multiple hosts, and it will provision each host in turn.Joey Hess
2014-11-22propellor spinJoey Hess
2014-11-22--via implementedJoey Hess
2014-11-21split out info typesJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21avoid console output when chaining into chroot and not at consoleJoey Hess
2014-11-20propellor spinJoey Hess
2014-11-20remove unused Eq instance for InfoJoey Hess
2014-11-20starting work on a Chroot moduleJoey Hess
2014-11-20fix docker container provisioningJoey Hess
2014-11-19prevent multiple concurrent provisioning inside docker containerJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-18add --update, which will one day replace --bootJoey Hess
2014-11-18avoid extra git pull when --spin calles first --boot and then --runJoey Hess
2014-11-18fix color display when running propellor inside dockerJoey Hess
2014-11-18propellor spinJoey Hess
2014-11-18avoid renaming --boot to --syncJoey Hess
2014-11-18Run remote propellor --spin with a controlling terminal.Joey Hess