From 877e93a371f449b1cd07216a84f8fb5201f14387 Mon Sep 17 00:00:00 2001 From: Tyler Cipriani Date: Thu, 22 Mar 2018 15:06:39 -0600 Subject: Policy example should work on blubber.example.yaml Test Plan: Run: blubber -p policy.example.yaml blubber.example.yaml production Be happy it works. Reviewers: dduvall, #release-engineering-team Reviewed By: dduvall, #release-engineering-team Tags: #release-engineering-team Differential Revision: https://phabricator.wikimedia.org/D1013 --- policy.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy.example.yaml b/policy.example.yaml index 2ca553b..7916a25 100644 --- a/policy.example.yaml +++ b/policy.example.yaml @@ -1,5 +1,5 @@ enforcements: - path: variants.production.base rule: oneof=debian:jessie debian:jessie-slim - - path: variants.production.node.dependencies - rule: istrue + - path: variants.production.runs.insecurely + rule: isfalse -- cgit v1.2.1