File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - 2.1.1
99 - 2.2.3
1010script :
11- - bundle exec rake spec
1211 - bundle exec rake test
1312env :
1413 - PUPPET_VERSION="~> 2.7.0"
Original file line number Diff line number Diff line change 3737 #
3838 # Also, using $::apt_agent6_beta_repo to access fact instead of
3939 # $facts hash - for compatibility with puppet3.x default behavior
40- if str2bool(" $::apt_agent6_beta_repo " ) and $agent_version == ' latest' {
40+ #
41+ # lint:ignore:only_variable_string
42+ if str2bool(" ${::apt_agent6_beta_repo} " ) and $agent_version == ' latest' {
43+ # lint:endignore
4144 exec { 'datadog_apt-get_remove_agent6' :
4245 command => ' /usr/bin/apt-get remove -y -q datadog-agent' ,
4346 }
5053 }
5154 }
5255
53- if str2bool(" $::apt_agent6_beta_repo " ) {
56+ # lint:ignore:only_variable_string
57+ if str2bool(" ${::apt_agent6_beta_repo} " ) {
58+ # lint:endignore
5459 file { '/etc/apt/sources.list.d/datadog-beta.list' :
5560 ensure => absent ,
5661 }
You can’t perform that action at this time.
0 commit comments