Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Installing on CentOS7 minion #78

Open
mturra-Pro opened this issue Dec 16, 2020 · 2 comments
Open

[BUG] Installing on CentOS7 minion #78

mturra-Pro opened this issue Dec 16, 2020 · 2 comments
Labels

Comments

@mturra-Pro
Copy link

Your setup

Formula commit hash / release tag

90d8a06

Versions reports (master & minion)

Salt Version:
Salt: 3001.3

Dependency Versions:
cffi: 1.11.5
cherrypy: unknown
dateutil: 2.6.1
docker-py: Not Installed
gitdb: 4.0.1
gitpython: 3.0.9
Jinja2: 2.10.1
libgit2: 0.26.8
M2Crypto: 0.35.2
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.6.2
mysql-python: Not Installed
pycparser: 2.14
pycrypto: Not Installed
pycryptodome: Not Installed
pygit2: 0.26.4
Python: 3.6.8 (default, Apr 16 2020, 01:36:27)
python-gnupg: Not Installed
PyYAML: 3.12
PyZMQ: 19.0.0
smmap: 3.0.1
timelib: Not Installed
Tornado: 4.5.3
ZMQ: 4.3.3

System Versions:
dist: centos 8 Core
locale: UTF-8
machine: x86_64
release: 4.18.0-193.28.1.el8_2.x86_64
system: Linux
version: CentOS Linux 8 Core

Pillar / config used

letsencrypt:
  domainsets:
    www:
      - example.com
  post_renew:
    cmds:
      - service httpd reload

Bug details

Describe the bug

In installed epel repo as described in Readme.md

Steps to reproduce the bug

salt -l debug my-minion state.apply letsencrypt

          ID: letsencrypt-client
    Function: pkg.installed
      Result: False
     Comment: Error occurred installing package(s). Additional info follows:

              errors:
     Started: 16:43:35.448172
    Duration: 12855.414 ms

Expected behaviour

Correct installation

@mturra-Pro mturra-Pro added the bug label Dec 16, 2020
@mturra-Pro
Copy link
Author

I guess the issue is because package name on centOS7 is python-certbot-apache (like the one in the pillar.example).

@litnialex
Copy link

Hello @mturra-Pro !
Please check #79
It fixes your bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants