Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | Respond to review: | Barry Warsaw | |
- Remove str() wrappers to second argument to write_files() where it is no longer necessary. Also: Fixed a couple of other octal literals which clearly weren't being tested. | |||
2015-01-16 | hostname: apply hostname same as is written | Scott Moser | |
on RHEL, we were writing to persistent configuration the fqdn, but invoking 'hostname' on the first boot with just the shortname. On 'reboot', then the hostname would differ. Now, whatever we write, invoke hostname with. Also remove some duplicate code. LP: #1246485 | |||
2014-09-10 | pyflakes fixes. | Scott Moser | |
make pyflakes now passes. | |||
2014-07-29 | do not put comments in /etc/timezone | Scott Moser | |
comments in /etc/timezone are not expected, and can cause problems if another tool tries to read it. LP: #1341710 | |||
2014-02-12 | drop 'is_excluded'. | Scott Moser | |
for now, this the mechanism just doesn't seem right. I think i'd rather have the module declare supported distros than have distros declare [un]supported modules. | |||
2014-02-06 | Removed yum exclude module entry from gentoo distro | Nate House nathan.house@rackspace.com | |
2014-02-06 | Removed exclude bits from yum module as its not a default | Nate House nathan.house@rackspace.com | |
2014-02-03 | Fix sshd restart | Nate House nathan.house@rackspace.com | |
2014-02-02 | Net interface up updates and override ssh_svcname to init scripts | Nate House nathan.house@rackspace.com | |
2014-01-28 | Updated exclude modules for gentoo distro. | Nate House nathan.house@rackspace.com | |
2014-01-27 | Adds distro module exclude support | Nate House nathan.house@rackspace.com | |
2014-01-27 | init_cmd inheritance fixes | Nate House nathan.house@rackspace.com | |
2014-01-24 | init_cmd distro unique supports gentoo init scripts | Nate House nathan.house@rackspace.com | |
2014-01-23 | Package manager install / update fixes and service restart foo | Nate House nathan.house@rackspace.com | |
2014-01-23 | Initial add Gentoo distro | Nate House nathan.house@rackspace.com | |