| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-19 | fix param order | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | allow debootstrapped to be reverted | Joey Hess | |
| 2014-11-19 | Added support for using debootstrap from propellor. | Joey Hess | |
| Most of the hard part was making it be able to install debootstrap from source, for use on non-debian-derived systems. | |||
| 2014-11-19 | improve display | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | prevent multiple concurrent provisioning inside docker container | Joey Hess | |
| Lock a lock file while provisioning inside, otherwise propellor could be running to init the container when the system has just booted, or the container was just started from being stopped, and at the same time, propellor run outside the container chains into it to provision. Previously, simplesh prevented this in a different way. | |||
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-19 | propellor spin | Joey Hess | |
| 2014-11-18 | typo | Joey Hess | |
| 2014-11-18 | fix haddock filename display | Joey Hess | |
| 2014-11-18 | remove --docker; use Continue | Joey Hess | |
| And --chain was already not used. | |||
| 2014-11-18 | fix color display when running propellor inside docker | Joey Hess | |
| 2014-11-17 | Git: rename isRepo to isGitDir | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-17 | Git: isRepo | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-17 | DigitalOcean.distroKernel property now reboots into the distribution kernel ↵ | Joey Hess | |
| when necessary. It might be better to do this check on boot to limit the time running the DO kernel (which is not well security supported), but that has the possibility of entering a bad reboot loop. Limiting this check to when propellor runs avoids that, while still fixing the problem pretty fast. | |||
| 2014-11-15 | Convert GpgKeyId to newtype | Joey Hess | |
| 2014-11-15 | add Obnam backupEncrypted | Joey Hess | |
| This after I typoed an obnam setup and accidentially had a repo that was backing up non-encrypted. | |||
| 2014-11-13 | Tor: change unlines to unwords in hiddenService | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-12 | Tor: change unlines to unwords in description messages | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-11 | Tor: hiddenServiceData | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-11 | Apt: stable-updates suite | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-11 | Tor: varRun | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-11 | Tor: rename 'varPath' to 'varLib' | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-11 | Tor: mainConfig, varPath, hidden service by hostname | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-10 | didn't need quite so much indentation | Joey Hess | |
| 2014-11-10 | Tor: hidden service | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-10 | basic prosody support | Félix Sipma | |
| Signed-off-by: Félix Sipma <felix.sipma@no-log.org> | |||
| 2014-11-08 | Docker: Stop using docker.io; that was a compat symlink in the Debian ↵ | Joey Hess | |
| package which has been removed in docker.io 1.3.1~dfsg1-2. | |||
| 2014-10-31 | Apache: Fix daemon reload when enabling a new module or site. | Joey Hess | |
| 2014-10-31 | Propellor.Property.Nginx: use System.Posix.Files | Félix Sipma | |
| Bug: the "onChange reloaded" in siteEnabled does not seem to be fired... Does it works in Propellor.Property.Apache.siteEnabled? Signed-off-by: Félix Sipma <gueux@gueux.org> | |||
| 2014-10-31 | remove hardcoded path | Joey Hess | |
| propellor runs as root, and /sbin should always be in root's path | |||
| 2014-10-31 | changed indentation for consistency with the rest of propellor | Joey Hess | |
| 2014-10-31 | added licensing header | Arnaud Bailly | |
| 2014-10-31 | missing export | Arnaud Bailly | |
| 2014-10-31 | smarter constructor for rule | Arnaud Bailly | |
| 2014-10-31 | added firewall properties | Arnaud Bailly | |
| 2014-10-30 | basic nginx support | Félix Sipma | |
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | don't need RestartPolicy data type; simplify | Joey Hess | |
| 2014-10-23 | Fix loop when a docker host that does not exist was docked. | Joey Hess | |
| The problem is it fell back to looking for an alias for the bad hostname, but to get the aliases, it needs to know which hosts are docked where, so looped. | |||
| 2014-10-23 | Revert "Revert "Revert "propellor spin""" | Joey Hess | |
| This reverts commit 26bef2486d27b2cde6feda633c6a7509675a3fe5. | |||
| 2014-10-23 | Revert "Revert "propellor spin"" | Joey Hess | |
| This reverts commit 8d353813bf1e4d0c64f33cf2beed0938eeca92b4. | |||
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit ac7b182b5a0f3711414757d05bb461385516e700. | |||
| 2014-10-23 | propellor spin | Joey Hess | |
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 80f5b53f1b7fdc876d5e45df68c29f53bd9666b2. | |||
| 2014-10-23 | Revert "propellor spin" | Joey Hess | |
| This reverts commit 45ce3a5e8ccf90e357dbaf6e0152daa4de88b7fd. | |||
| 2014-10-23 | propellor spin | Joey Hess | |
