File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313#
1414
1515class datadog_agent::ubuntu (
16- $apt_key = ' 382E94DE ' ,
16+ $apt_key = ' A2923DFF56EDA6E76E55E492D3A80E30382E94DE ' ,
1717 $agent_version = ' latest' ,
18- $other_keys = [' C7A7DA52 ' ]
18+ $other_keys = [' 935F5A436A5A6E8788F0765B226AE980C7A7DA52 ' ]
1919) {
2020
2121 ensure_packages([' apt-transport-https' ])
Original file line number Diff line number Diff line change 1414 end
1515
1616 # it should install the mirror
17- it { should contain_datadog_agent__ubuntu__install_key ( 'C7A7DA52 ' ) }
18- it { should contain_datadog_agent__ubuntu__install_key ( '382E94DE ' ) }
17+ it { should contain_datadog_agent__ubuntu__install_key ( '935F5A436A5A6E8788F0765B226AE980C7A7DA52 ' ) }
18+ it { should contain_datadog_agent__ubuntu__install_key ( 'A2923DFF56EDA6E76E55E492D3A80E30382E94DE ' ) }
1919 it do
2020 should contain_file ( '/etc/apt/sources.list.d/datadog.list' ) \
2121 . that_notifies ( 'Exec[datadog_apt-get_update]' )
You can’t perform that action at this time.
0 commit comments