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`
180
180
181
181
##### <a name =" -python--umask " ></a >` umask `
182
182
183
- Data type: ` Optional[Python::Umask] `
184
-
185
183
The default umask for invoked exec calls.
186
184
187
- Default value: ` undef `
188
-
189
185
##### <a name =" -python--manage_gunicorn " ></a >` manage_gunicorn `
190
186
191
187
manage the state for package gunicorn
Original file line number Diff line number Diff line change 62
62
Stdlib::Httpurl $anaconda_installer_url = ' https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh' ,
63
63
Stdlib::Absolutepath $anaconda_install_path = ' /opt/python' ,
64
64
Boolean $manage_scl = true ,
65
- Optional[Python::Umask] $umask = undef ,
66
65
) inherits python::params {
67
66
$exec_prefix = $provider ? {
68
67
' scl' => " /usr/bin/scl enable ${version} -- " ,
76
75
Class[' python::install' ]
77
76
-> Class[' python::config' ]
78
77
79
- # Set default umask.
80
- exec { default:
81
- umask => $umask ,
82
- }
83
-
84
78
# Allow hiera configuration of python resources
85
79
create_resources(' python::pip' , $python_pips )
86
80
create_resources(' python::pyvenv' , $python_pyvenvs )
You can’t perform that action at this time.
0 commit comments