diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-06-12 13:22:31 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-06-12 13:22:31 -0400 |
| commit | a82a41dba3d6cc3356f502e54a6435bc184e135d (patch) | |
| tree | 402fa45f0c06acb5102d00f9e4fa28c834cbc07b | |
| parent | 746a9ffc762b02a11703b50d7e87d24df46f02c3 (diff) | |
add OS for branchable
| -rw-r--r-- | joeyconfig.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index 2b679342..ecc7e7d0 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -468,6 +468,7 @@ pell = host "pell.branchable.com" $ props & alias "dist-bugs.kitenet.net" & alias "family.kitenet.net" + & osDebian (Stable "jessie") X86_64 & Apt.installed ["linux-image-amd64"] & Apt.unattendedUpgrades & Branchable.server hosts |
