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

Puppet Agent 1.5 (Puppet 4.5 Error) #97

Closed
johnzimm opened this issue May 18, 2016 · 3 comments
Closed

Puppet Agent 1.5 (Puppet 4.5 Error) #97

johnzimm opened this issue May 18, 2016 · 3 comments

Comments

@johnzimm
Copy link

Just testing an upgrade of the puppet-agent on CentOS 7.

Very basic statement in my profile:

class { 'selinux':
  mode => 'permissive',
}

Getting the following error message running puppet agent -t:

Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Function Call, Valid types are targeted, minimum, and mls.  Received:  at /etc/puppetlabs/code/environments/puppet_agent_fixes/modules/selinux/manifests/init.pp:52:3 on node <myhostname.fqdn>

Was working fine under puppet 4.4.2 (open source).

@vinzent
Copy link
Contributor

vinzent commented Dec 23, 2016

init.pp looks up modeand type in params.pp. params.pp defines the value as undef. Thus requering to set a value.

@vinzent
Copy link
Contributor

vinzent commented Jan 6, 2017

@johnzimm still having the problem? can't reproduce with the acceptance test on centos-7.

@vinzent
Copy link
Contributor

vinzent commented Jan 17, 2017

closing this now as acceptance test show no problems and author did not react anymore.

@vinzent vinzent closed this as completed Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants