~oddbloke/cloud-init/+git/cloud-init:ubuntu/cosmic

Last commit made on 2019-03-11
Get this branch:
git clone -b ubuntu/cosmic https://git.launchpad.net/~oddbloke/cloud-init/+git/cloud-init
Only Dan Watkins can upload to this branch. If you are Dan Watkins please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/cosmic
Repository:
lp:~oddbloke/cloud-init/+git/cloud-init

Recent commits

8a333cd... by Dan Watkins

d/postinst: remove now-incorrect apt pipelining configuration

bbcab8f... by Dan Watkins

Change Maintainer to Ubuntu Developers

e5beecc... by Dan Watkins

Override lintian warnings about WantedBy=cloud-init.target

d3a8647... by Dan Watkins

Change Priority from extra to optional

57b9dbf... by Dan Watkins

Fix build-depends-on-obsolete-package for dh-systemd

324fa96... by Dan Watkins

Update netplan dependency package (LP: #1813667)

6c4fdcd... by Dan Watkins

update changelog (New upstream snapshot 18.5-45-g3554ffe8).

380d954... by Dan Watkins

merge from master at 18.5-45-g3554ffe8

3554ffe... by Ryan Harper

cloud-init-per: POSIX sh does not support string subst, use sed

cloud-init-per is run via /bin/sh which requires POSIX shell
compliance and does not implement string substitution like
bash. Replace these calls with use of sed.

LP: #1819222

7c07af2... by Scott Moser

Support locking user with usermod if passwd is not available.

In some cases, the 'passwd' command might not be available, but
'usermod' might be. In debian systems both are provided by the
'passwd' package. In Redhat/Centos passwd comes from 'passwd' package
while 'usermod' comes from `shadow-utils`

This should just support either one with no real cost other than
the check.