cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #00446
Re: [Merge] lp:~rjschwei/cloud-init/openSUSEsupport into lp:cloud-init
please avoid hard coded paths and instead use 'util.which'.
ie:
- if os.path.exists('/usr/bin/hostnamectl'):
+ if util.which('hostnamectl'):
--
https://code.launchpad.net/~rjschwei/cloud-init/openSUSEsupport/+merge/210899
Your team cloud init development team is requested to review the proposed merge of lp:~rjschwei/cloud-init/openSUSEsupport into lp:cloud-init.
References