Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
cloud-init.2495
dynamicInitCmd.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dynamicInitCmd.diff of Package cloud-init.2495
=== modified file 'cloudinit/config/cc_set_passwords.py' --- cloudinit/config/cc_set_passwords.py 2014-02-06 21:38:30 +0000 +++ cloudinit/config/cc_set_passwords.py 2014-06-24 18:39:33 +0000 @@ -136,7 +136,7 @@ util.write_file(ssh_util.DEF_SSHD_CFG, "\n".join(lines)) try: - cmd = cloud.distro.init_cmd # Default service + cmd = cloud.distro.get_init_cmd() cmd.append(cloud.distro.get_option('ssh_svcname', 'ssh')) cmd.append('restart') if 'systemctl' in cmd: # Switch action ordering === modified file 'cloudinit/distros/__init__.py' --- cloudinit/distros/__init__.py 2014-02-12 19:56:55 +0000 +++ cloudinit/distros/__init__.py 2014-06-24 18:39:33 +0000 @@ -79,6 +79,9 @@ " no file found at %s") % (tz, tz_file)) return tz_file + def get_init_cmd(self): + return self.init_cmd + def get_option(self, opt_name, default=None): return self._cfg.get(opt_name, default)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor