summaryrefslogtreecommitdiff
path: root/cloudinit/distros/freebsd.py
AgeCommit message (Expand)Author
2021-06-14add DragonFlyBSD support (#904)Gonéri Le Bouder
2021-04-15add prefer_fqdn_over_hostname config option (#859)hamalq
2020-06-08Move subp into its own module. (#416)Scott Moser
2020-05-04bsd: upgrade support (#305)Gonéri Le Bouder
2020-03-24freebsd: ensure package update works (#273)Gonéri Le Bouder
2020-03-12Add Netbsd support (#62)Gonéri Le Bouder
2020-01-21Drop most of the remaining use of six (#179)Daniel Watkins
2020-01-14freebsd: remove superflu exception mapping (#166)Gonéri Le Bouder
2020-01-07freebsd: fix create_group() cmd (#146)Gonéri Le Bouder
2019-12-20freebsd: introduce the freebsd renderer (#61)Gonéri Le Bouder
2019-12-17Partially revert "fix unlocking method on FreeBSD" (#116)Daniel Watkins
2019-12-12fix unlocking method on FreeBSDIgor Galić
2019-11-26set_passwords: support for FreeBSD (#46)Igor Galić
2019-11-13distro: correctly set usr_lib_exec path for FreeBSD distro (#40)Igor Galić
2019-08-14distros: fix confusing variable namesDaniel Watkins
2018-06-19Explicitly prevent `sudo` access for user moduleJacob Bednarz
2018-04-19pylint: pay attention to unused variable warnings.Scott Moser
2018-04-18pycodestyle: Fix invalid escape sequences in string literals.Scott Moser
2018-03-15FreeBSD: Set hostname to FQDN.Dominic Schlegel
2018-01-26Fix potential cases of uninitialized variables.Chad Smith
2017-05-10FreeBSD: improvements and fixes for use on AzureHongjiang Zhang
2017-04-21pylint: fix all logging warningsJoshua Powers
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-04-04merge with trunkScott Moser
2016-03-03Update pep8 runner and fix pep8 issuesRyan Harper
2015-01-21Largely merge lp:~harlowja/cloud-init/py2-3 albeit manually because it seemedBarry Warsaw
2015-01-20More FreeBSD improvementsBen Arblaster
2015-01-18freebsd: add pkg supportBen Arblaster
2015-01-16hostname: apply hostname same as is writtenScott Moser
2015-01-06tools/run-pep8: remove leading ',' fed to --ignoreScott Moser
2014-10-08fix: Use continue to skip inside a loop.Harm Weites
2014-10-08fix: Take care of FreeBSD nic devicenames since they differ dependingHarm Weites
2014-10-02freebsd: Use the proper virtio FreeBSD network interface name.Scott Moser
2014-09-10pyflakes fixes.Scott Moser
2014-09-03fix: Write sudo rules upon user creation.Harm Weites
2014-08-28fix: The original regex was a little harsh, the rest of the bitsHarm Weites
2014-08-26change: Use a compiled regex and use the included match groups insteadHarm Weites
2014-08-23fix: Drop some overly loud debug messages.Harm Weites
2014-08-08fix: Skip lines from /etc/rc.conf not matching the pattern key=value.Harm Weites
2014-08-08merge: These are the changes from the freebsd-static-networking branch.Harm Weites
2014-02-28distros/freebsd.py: fix regression due to previous pylint cleanupScott Moser
2014-01-24Don't try to create members if group creation failsJoshua Harlow
2014-01-24Fix logexc usage in freebsd distroJoshua Harlow
2014-01-24Log failure to restore backup locale fileJoshua Harlow
2014-01-24Freebsd cleanupsJoshua Harlow
2014-01-24pylint and long line fixes.Scott Moser
2014-01-24pep8/pylint fixesScott Moser
2014-01-23fix freebsd new file headerScott Moser
2014-01-23pep8/tab to 8 spacesScott Moser
2013-12-18new: Apply the locale to the default login class.Harm Weites