File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# @api private
2
2
# This class handles the configuration file. Avoid modifying private classes.
3
- class ntp::config inherits ntp {
3
+ class ntp::config {
4
4
5
5
# The servers-netconfig file overrides NTP config on SLES 12, interfering with our configuration.
6
6
if ($facts [' operatingsystem' ] == ' SLES' and $facts [' operatingsystemmajrelease' ] == ' 12' ) or
Original file line number Diff line number Diff line change 1
- # @api private
1
+ # @api private
2
2
# This class handles ntp packages. Avoid modifying private classes.
3
- class ntp::install inherits ntp {
3
+ class ntp::install {
4
4
5
5
if $ntp::package_manage {
6
6
Original file line number Diff line number Diff line change 1
1
# @api private
2
2
# This class handles the ntp service. Avoid modifying private classes.
3
- class ntp::service inherits ntp {
3
+ class ntp::service {
4
4
5
5
if $ntp::service_manage == true {
6
6
service { 'ntp' :
You can’t perform that action at this time.
0 commit comments