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

add 2018 to osreleasemajor for agent_restart_command #686

Merged
merged 2 commits into from
Mar 25, 2019
Merged

add 2018 to osreleasemajor for agent_restart_command #686

merged 2 commits into from
Mar 25, 2019

Conversation

cabrinha
Copy link
Contributor

Amazon Linux now has a 2018 release date on their AMIs:

# cat /etc/issue

Amazon Linux AMI release 2018.03
Kernel \r on an \m

# facter -p os
{
  architecture => "x86_64",
  family => "RedHat",
  hardware => "x86_64",
  name => "Amazon",
  release => {
    full => "2018.03",
    major => "2018",
    minor => "03"
  },
  selinux => {
    enabled => false
  }
}

So, when not specifying $agent_restart_command, we get this:

Error: /Stage[main]/Puppet::Agent::Service::Systemd/Service[puppet-run.timer]: Provider systemd is not functional on this host

Amazon Linux now has a 2018 release date on their AMIs:

```
# cat /etc/issue

Amazon Linux AMI release 2018.03
Kernel \r on an \m

# facter -p os
{
  architecture => "x86_64",
  family => "RedHat",
  hardware => "x86_64",
  name => "Amazon",
  release => {
    full => "2018.03",
    major => "2018",
    minor => "03"
  },
  selinux => {
    enabled => false
  }
}
```

So, when not specifying $agent_restart_command, we get this:

```
Error: /Stage[main]/Puppet::Agent::Service::Systemd/Service[puppet-run.timer]: Provider systemd is not functional on this host
```
@ekohl ekohl merged commit 716c556 into theforeman:master Mar 25, 2019
@ekohl
Copy link
Member

ekohl commented Mar 25, 2019

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants