Skip to content

Commit 1c91ee6

Browse files
committed
clarify comment about python::pip and git+ URLs
1 parent 2490e27 commit 1c91ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/init.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
before => Exec['kolla-ansible'],
7171
}
7272

73-
# Install Kolla-Ansible (the pip module doesn't support git+ URLs with branch names)
73+
# Install Kolla-Ansible via exec since python::pip doesn't support git+ URLs with refs
7474
# https://docs.openstack.org/kolla-ansible/yoga/user/quickstart.html
7575
$ka_version = 'yoga-eol'
7676
exec { 'kolla-ansible':

0 commit comments

Comments
 (0)