Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,8 @@ Default value: `true`

##### <a name="-python--umask"></a>`umask`

Data type: `Optional[Python::Umask]`

The default umask for invoked exec calls.

Default value: `undef`

##### <a name="-python--manage_gunicorn"></a>`manage_gunicorn`

manage the state for package gunicorn
Expand Down
6 changes: 0 additions & 6 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
Stdlib::Httpurl $anaconda_installer_url = 'https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh',
Stdlib::Absolutepath $anaconda_install_path = '/opt/python',
Boolean $manage_scl = true,
Optional[Python::Umask] $umask = undef,
) inherits python::params {
$exec_prefix = $provider ? {
'scl' => "/usr/bin/scl enable ${version} -- ",
Expand All @@ -76,11 +75,6 @@
Class['python::install']
-> Class['python::config']

# Set default umask.
exec { default:
umask => $umask,
}

# Allow hiera configuration of python resources
create_resources('python::pip', $python_pips)
create_resources('python::pyvenv', $python_pyvenvs)
Expand Down