rishid
|
4ef5b60f3d
|
Add support for Scientific Linux for hostname module
hostname module was lacking support for Scientific Linux, this commit adds it.
|
11 years ago |
James Tanner
|
154a99529c
|
Fixes #5353 create etc/hostname file in debian if it does not exist
|
11 years ago |
David Hummel
|
e329b23365
|
Fix issue #5214: hostname persistence on RedHat/CentOS
|
11 years ago |
jctanner
|
5fb01db898
|
Merge pull request #5090 from dragon3/hostname_support_amazon_linux
hostname module: add support for Amazon Linux
|
11 years ago |
jctanner
|
cd5c817a36
|
Merge pull request #5063 from samh/devel
Fixed hostname module for RHEL6 Workstation
|
11 years ago |
James Tanner
|
38edad70ac
|
Fixes #5023 Convert all modules to use new snippet import pattern
|
11 years ago |
dragon3
|
b5eb3c41e3
|
hostname module: add support for Amazon Linux
|
11 years ago |
Sam Hartsfield
|
a8a6771b0e
|
Fixed hostname module for RHEL6 Workstation
|
11 years ago |
James Tanner
|
6ca17b90d0
|
Fix pep8 error in hostname module
|
11 years ago |
Hiroaki Nakamura
|
cc17a0ac7d
|
Apply the same change as https://github.com/hnakamur/ansible-playbooks/pull/2
|
11 years ago |
James Tanner
|
44014d6800
|
Set the correct version added for the hostname module
|
11 years ago |
Hiroaki Nakamura
|
7aa728a32f
|
Fix for RHEL6.
|
11 years ago |
Hiroaki Nakamura
|
744b758633
|
Add support for Fedora, OpenSUSE and ArchLinux.
Tested under Fedora 19 and OpenSUSE 12.3. Not tested on ArchLinux.
|
11 years ago |
Hiroaki Nakamura
|
7bd59c4b23
|
Do not use shortcut conditional operator which is not supported in Python 2.4.
|
11 years ago |
Hiroaki Nakamura
|
2bef08705f
|
Fix a bug in DebianStrategy.get_permanent_hostname(). Use strip, not split!
|
11 years ago |
Hiroaki Nakamura
|
bf21ba1521
|
Rewrite with "try ... finally" instead of "with" statement to support Python 2.4.
|
11 years ago |
Hiroaki Nakamura
|
860cf75fdc
|
Remove extra sysloggings.
|
11 years ago |
Hiroaki Nakamura
|
14fde81ad5
|
Raise an error on unsupported platform/distributions.
|
11 years ago |
Hiroaki Nakamura
|
557c25a794
|
Add a hostname module, which sets system's hostname.
|
11 years ago |