File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 133133 }
134134
135135 # Anchor pattern to contain dependencies
136- anchor { 'python::begin' : } ->
137- class { 'python::install' : } ->
138- class { 'python::config' : } ->
139- anchor { 'python::end' : }
136+ anchor { 'python::begin' : }
137+ -> class { ' python::install' : }
138+ -> class { ' python::config' : }
139+ -> anchor { ' python::end' : }
140140
141141 # Allow hiera configuration of python resources
142142 create_resources(' python::pip' , $python_pips )
Original file line number Diff line number Diff line change 164164 }
165165
166166 if $::python::rhscl_use_public_repository {
167- Package <| tag == ' python-scl-repo' |> ->
168- Package <| tag == ' python-scl-package' |>
167+ Package <| tag == ' python-scl-repo' |>
168+ -> Package <| tag == ' python-scl-package' |>
169169 }
170170
171- Package <| tag == ' python-scl-package' |> ->
172- Package <| tag == ' python-pip-package' |>
171+ Package <| tag == ' python-scl-package' |>
172+ -> Package <| tag == ' python-pip-package' |>
173173 }
174174 default: {
175175
You can’t perform that action at this time.
0 commit comments