~pete-woods/+junk/network-scope-template

1
2
3
4
5
6
7
8
9
{
@if "%ScopeType%" == "network"
    "template": "ubuntu-scope-network",
@else
    "template": "ubuntu-scope-local-content",
@endif
    "policy_groups": [],
    "policy_version": 1.2
}