Skip to content

Commit adf6b37

Browse files
committed
Comply with style
1 parent 63a46bb commit adf6b37

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

manifests/init.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@
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)

manifests/install.pp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
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

0 commit comments

Comments
 (0)