timezone module: remove duplicated line
This commit is contained in:
parent
90ac1f395b
commit
8aa26b2e38
1 changed files with 0 additions and 1 deletions
|
@ -357,7 +357,6 @@ class NosystemdTimezone(Timezone):
|
|||
self.conf_files['hwclock'] = '/etc/sysconfig/clock'
|
||||
self.regexps['name'] = re.compile(r'^ZONE\s*=\s*"?([^"\s]+)"?', re.MULTILINE)
|
||||
self.tzline_format = 'ZONE="%s"\n'
|
||||
self.update_hwclock = self.module.get_bin_path('hwclock', required=True)
|
||||
|
||||
def _allow_ioerror(self, err, key):
|
||||
# In some cases, even if the target file does not exist,
|
||||
|
|
Loading…
Add table
Reference in a new issue