Mercurial > repos > other > Puppet
changeset 303:c16c977760c3
Fix mercurial_keyring install
Apparently "installed" works for packages, but no longer works
for Pip installs
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 18 Feb 2020 21:04:14 +0000 |
parents | 01d1b0f6dbaf |
children | 0e268a4553f8 |
files | modules/vcs/manifests/init.pp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/modules/vcs/manifests/init.pp Mon Feb 17 19:45:46 2020 +0000 +++ b/modules/vcs/manifests/init.pp Tue Feb 18 21:04:14 2020 +0000 @@ -6,7 +6,7 @@ ensure => installed } python::pip { 'mercurial-keyring': - ensure => installed, + ensure => 'present', } file { '/etc/bash_completion.d/git-prompt.sh': ensure => 'link',