summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-28 18:25:38 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-11-28 18:25:38 +0000
commit3aba58de5e2fa2554067d859d099a0f2faac6d2c (patch)
tree1e4b819d851acea579389d160b2593f395fdc0b4
parentb434d1f8dbf518b086be98fefcd7d284892dc27b (diff)
downloadinfrastructure-3aba58de5e2fa2554067d859d099a0f2faac6d2c.tar.gz
openid_provider: Small cleanup in Packer template
Remove a duplicate package installation.
-rw-r--r--baserock_openid_provider/packer_template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_openid_provider/packer_template.json b/baserock_openid_provider/packer_template.json
index 17755a56..b99d006f 100644
--- a/baserock_openid_provider/packer_template.json
+++ b/baserock_openid_provider/packer_template.json
@@ -33,7 +33,7 @@
},
{
"type": "shell",
- "inline": [ "sudo yum install -y ansible libselinux-python"]
+ "inline": [ "sudo yum install -y ansible"]
},
{
"type": "ansible-local",