From a43f17a42b34f95603c82be2d2d5dd797dc244dd Mon Sep 17 00:00:00 2001 From: Bram Gillemon Date: Sat, 10 Feb 2024 00:09:37 +0100 Subject: [PATCH] user : ntpseec --- spec/unit/recipes/default_spec.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/spec/unit/recipes/default_spec.rb b/spec/unit/recipes/default_spec.rb index 1edd3948..dca08dd2 100644 --- a/spec/unit/recipes/default_spec.rb +++ b/spec/unit/recipes/default_spec.rb @@ -33,8 +33,8 @@ end it 'is owned by ntp:ntp' do - expect(directory.owner).to eq('ntp') - expect(directory.group).to eq('ntp') + expect(directory.owner).to eq('ntpsec') + expect(directory.group).to eq('ntpsec') end it 'has 0755 permissions' do @@ -49,9 +49,9 @@ expect(chef_run).to create_directory('/var/log/ntpstats/') end - it 'is owned by ntp:ntp' do - expect(directory.owner).to eq('ntp') - expect(directory.group).to eq('ntp') + it 'is owned by ntpsec:ntpsec' do + expect(directory.owner).to eq('ntpsec') + expect(directory.group).to eq('ntpsec') end it 'has 0755 permissions' do