File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -180,12 +180,8 @@ Default value: `true`
180180
181181##### <a name =" -python--umask " ></a >` umask `
182182
183- Data type: ` Optional[Python::Umask] `
184-
185183The default umask for invoked exec calls.
186184
187- Default value: ` undef `
188-
189185##### <a name =" -python--manage_gunicorn " ></a >` manage_gunicorn `
190186
191187manage the state for package gunicorn
Original file line number Diff line number Diff line change 6262 Stdlib::Httpurl $anaconda_installer_url = ' https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh' ,
6363 Stdlib::Absolutepath $anaconda_install_path = ' /opt/python' ,
6464 Boolean $manage_scl = true ,
65- Optional[Python::Umask] $umask = undef ,
6665) inherits python::params {
6766 $exec_prefix = $provider ? {
6867 ' scl' => " /usr/bin/scl enable ${version} -- " ,
7675 Class[' python::install' ]
7776 -> Class[' python::config' ]
7877
79- # Set default umask.
80- exec { default:
81- umask => $umask ,
82- }
83-
8478 # Allow hiera configuration of python resources
8579 create_resources(' python::pip' , $python_pips )
8680 create_resources(' python::pyvenv' , $python_pyvenvs )
You can’t perform that action at this time.
0 commit comments