Skip to content
Snippets Groups Projects

ospack: Switch AppArmor profiles to complain mode

3 unresolved threads
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -4,6 +4,7 @@
{{- $suite := or .suite "v2019dev0" -}}
{{- $timestamp := or .timestamp "" -}}
{{- $ospack := or .ospack (printf "ospack_%s-%s-%s" $suite $architecture $type) -}}
{{- $ivitools := or .ivitools "enabled" -}}
Please register or sign in to reply
{{- $lxc := or .lxc "enabled" -}}
architecture: {{ $architecture }}
@@ -62,12 +63,14 @@ actions:
- apparmor
- chaiwala-apparmor-profiles
{{ if eq $ivitools "enabled" }}
- action: apt
description: "Application framework packages"
packages:
- canterbury-core
- newport
- ribchester-core
{{ end }}
- action: apt
description: "Test environment packages"
Loading