You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/system
Emilien Macchi 6193ed4b0d system/puppet: add --certname parameter
certname [1] can be a useful parameter when we need to specify a
certificate name different from the default value [2] in Puppet.

Ex: the hosts have different names, in advanced network isolation
setups.

Also, it can be used when we want to run Puppet with a specific node
definition and not using hostname or fqdn to match the nodes where we want to
run Puppet [3] (not recommended by Puppetlabs though).

[1] https://docs.puppetlabs.com/puppet/latest/reference/configuration.html#certname
[2] Defaults to the node’s fully qualified domain name
[3] http://docs.puppetlabs.com/puppet/latest/reference/lang_node_definitions.html#naming
9 years ago
..
__init__.py
alternatives.py Changes to author formatting, remove emails 10 years ago
at.py Changes to author formatting, remove emails 10 years ago
capabilities.py sys.exit removal for system/capabilities.py 9 years ago
cronvar.py switched to use module loggigng 9 years ago
crypttab.py fixed typos in cryptab, thanks @timw 9 years ago
debconf.py
facter.py Fix facter path 9 years ago
filesystem.py Merge pull request #1493 from abulimov/filesystem_recreate_with_force 9 years ago
firewalld.py Doc wrongly indicates permanent is required 9 years ago
getent.py
gluster_volume.py Do not fail when action is delete and volume is not present 9 years ago
iptables.py added missing version_added 9 years ago
kernel_blacklist.py Changes to author formatting, remove emails 10 years ago
known_hosts.py avoid index error on empty list, key being true means its not None nor [] 9 years ago
locale_gen.py Add some more locales to LOCALE_NORMALIZATION 9 years ago
lvg.py Use -f when pvcreate to avoid interactive input. 9 years ago
lvol.py add snapshot feature to lvol 9 years ago
modprobe.py Fixes #634 - multiple param handling by modprobe.py 9 years ago
ohai.py Remove unneeded spaces at the end of ohai 9 years ago
open_iscsi.py Fix open_iscsi EXAMPLES section 9 years ago
osx_defaults.py osx_defaults: Fix boolean value parsing 9 years ago
pam_limits.py fixed python 2.4 compatibility 9 years ago
puppet.py system/puppet: add --certname parameter 9 years ago
selinux_permissive.py minor doc fix 9 years ago
seport.py Fix seport module issue when ports argument is interpolated from a variable and is a int 9 years ago
solaris_zone.py bugfix: use correct function close calls 9 years ago
svc.py fixes documented command for svc sending SIGUSR1 9 years ago
ufw.py Changes to author formatting, remove emails 10 years ago
zfs.py Keep, but ignore createparent option 9 years ago