d705401750
Added function to check if ubuntu is < 16.04. If ubuntu < 16.04 then default provider was upstart. If ubuntu = 16.04 then use systemd support. Closes-Bug: #1578408 Change-Id: Icb2d6ff5152e782066b957d5e6e74357496c6b28
11 lines
343 B
YAML
11 lines
343 B
YAML
---
|
|
prelude: >
|
|
puppet-swift supports Ubuntu 16.04 xenial
|
|
features:
|
|
- Previous version of puppet-swift hard coded
|
|
upstart for ubuntu, that restriction is removed
|
|
for ubuntu now. xenial will use systemd by default.
|
|
'swiftinit' service provider now also supports
|
|
xenial using systemd for service start at boot
|
|
control.
|