From b0262bff0533ca3ce2f199fcffda791826a4633d Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 12 Dec 2023 10:44:37 +0100 Subject: [PATCH] vhost_spec: test if whole catalog compiles --- spec/defines/vhost_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/defines/vhost_spec.rb b/spec/defines/vhost_spec.rb index ffa82f1087..57dcfd811e 100644 --- a/spec/defines/vhost_spec.rb +++ b/spec/defines/vhost_spec.rb @@ -536,7 +536,7 @@ } end - it { is_expected.to compile } + it { is_expected.to compile.with_all_deps } it { is_expected.not_to contain_file('/var/www/foo') } it { is_expected.to contain_class('apache::mod::ssl') }