diff options
| author | varac <varacanero@zeromail.org> | 2016-08-29 17:27:13 +0200 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2016-08-30 19:48:53 +0200 | 
| commit | ba45bf0472573d7e8646376a4a2a5a71c764e6b9 (patch) | |
| tree | fee31dabd35c9b38c7c3c28a5f9c55396647c85a | |
| parent | 0a09a6e6f247729457d15480f8d2b9bb0b89ae5e (diff) | |
use experimental-0.9 deb repo for ci builds
| -rw-r--r-- | tests/puppet/provider/common.json | 13 | 
1 files changed, 10 insertions, 3 deletions
| diff --git a/tests/puppet/provider/common.json b/tests/puppet/provider/common.json index c891fea3..a13f8f75 100644 --- a/tests/puppet/provider/common.json +++ b/tests/puppet/provider/common.json @@ -1,5 +1,12 @@ -// -// Options put here are inherited by all nodes. -//  { +  "sources": { +    "platform": { +      "apt": { +        "basic": "http://deb.leap.se/experimental-0.9" +      } +    }, +    "nickserver": { +      "revision": "develop" +    } +  }  } | 
