From 8baeeb29517f4b92dfa685d1915a433db31825c3 Mon Sep 17 00:00:00 2001 From: Paolo Cadiz Date: Tue, 3 Oct 2017 09:07:09 +0800 Subject: [PATCH] added unless to registry --- manifests/registry.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/registry.pp b/manifests/registry.pp index d85c6138f..62171e08d 100644 --- a/manifests/registry.pp +++ b/manifests/registry.pp @@ -34,6 +34,7 @@ $password = undef, $email = undef, $local_user = 'root', + $unless = undef, ) { include docker::params @@ -67,6 +68,7 @@ cwd => '/root', path => ['/bin', '/usr/bin'], timeout => 0, + unless => $unless, } }