File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 String $service_restart = $chronograf::params::service_restart ,
7171
7272) inherits chronograf::params {
73- require chronograf::repo
73+ if $manage_repo {
74+ require chronograf::repo
75+ }
7476 include chronograf::install
7577 include chronograf::config
7678
Original file line number Diff line number Diff line change 1515 $service_restart = " service ${service_name} restart"
1616 $pid_file = ' /var/run/chronograf/chronograf.pid'
1717 $log_level = ' info'
18+ $manage_repo = true
1819 }
1920 default: {
2021 fail( " Unsupported platform: ${::osfamily} " )
Original file line number Diff line number Diff line change 1212 baseurl => ' https://repos.influxdata.com/rhel/$releasever/$basearch/stable' ,
1313 enabled => 1,
1414 gpgcheck => 1,
15- gpgkey => ' https://repos.influxdata.com/influxdb .key' ,
15+ gpgkey => ' https://repos.influxdata.com/influxdata-archive_compat .key' ,
1616 }
1717 }
1818
You can’t perform that action at this time.
0 commit comments