summaryrefslogtreecommitdiff
path: root/config-joey.hs
AgeCommit message (Collapse)Author
2014-12-05hasSomePassword and hasPassword now check to make sure shadow passwords are ↵Joey Hess
enabled.
2014-12-05I have now successfully used propellor to convert a Fedora system into a ↵Joey Hess
bootable and fully working Debian system
2014-12-04more work on OS takeoverJoey Hess
2014-11-28switch kite to testingJoey Hess
2014-11-27propellor spinJoey Hess
2014-11-23hasSomePassword and hasPassword now default to using the name of the host as ↵Joey Hess
the Context for the password. To specify a different context, use hasSomePassword' and hasPassword' (API change)
2014-11-22propellor spinJoey Hess
2014-11-22propellor spinJoey Hess
2014-11-22propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21allow configuring systemd-nspawn parametersJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21add debootstrap parametersJoey Hess
2014-11-21os info propigationJoey Hess
Also, lost the systemd-nspawn parameters; I'll do that some other way.
2014-11-21propellor spinJoey Hess
2014-11-21propellor spinJoey Hess
2014-11-21systemd container may be mostly done (untested)Joey Hess
2014-11-20starting work on a Chroot moduleJoey Hess
factored out info up-propigation code rom Docker
2014-11-20propellor spinJoey Hess
2014-11-19separate docker container typeJoey Hess
Docker containers are now a separate data type, cannot be included in the main host list, and are instead passed to Docker.docked. (API change)
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-19propellor spinJoey Hess
2014-11-17propellor spinJoey Hess
2014-11-15Convert GpgKeyId to newtypeJoey Hess
2014-11-15add Obnam backupEncryptedJoey Hess
This after I typoed an obnam setup and accidentially had a repo that was backing up non-encrypted.
2014-10-31cleanupJoey Hess
2014-10-31propellor spinJoey Hess
2014-10-25propellor spinJoey Hess
2014-10-24prep releaseJoey Hess
2014-10-23propellor spinJoey Hess
2014-10-23propellor spinJoey Hess
2014-10-23Revert "propellor spin"Joey Hess
This reverts commit 45ce3a5e8ccf90e357dbaf6e0152daa4de88b7fd.
2014-10-23propellor spinJoey Hess
2014-10-23propellor spinJoey Hess
2014-10-10propellor spinJoey Hess
2014-10-10propellor spinJoey Hess
2014-10-10propellor spinJoey Hess
2014-10-10stable suite changesJoey Hess
* Avoid encoding the current stable suite in propellor's code, since that poses a difficult transition around the release, and can easily be wrong if an older version of propellor is used. Instead, the os property for a stable system includes the suite name to use, eg Stable "wheezy". * stdSourcesList uses the stable suite name, to avoid unwanted immediate upgrades to the next stable release.