Actions
Bug #10007
closedApplying foreman_scap_client does not work on CentOS 7
Difficulty:
trivial
Triaged:
No
Description
Running out of the box throw this error:
Error: Could not set 'present' on ensure: No such file or directory - /etc/foreman_scap_client/config.yaml20150402-4284-1a552c0.lock at 60:/etc/puppet/environments/KT_Foobar_Library_cv_test_2/modules/foreman_scap_client/manifests/in it.pp Error: Could not set 'present' on ensure: No such file or directory - /etc/foreman_scap_client/config.yaml20150402-4284-1a552c0.lock at 60:/etc/puppet/environments/KT_Foobar_Library_cv_test_2/modules/foreman_scap_client/manifests/in it.pp Wrapped exception: No such file or directory - /etc/foreman_scap_client/config.yaml20150402-4284-1a552c0.lock Error: /Stage[main]/Foreman_scap_client/File[foreman_scap_client]/ensure: change from absent to present failed: Could not set 'present' on ensure: No such file or directory - /etc/foreman_scap_client/config.yaml20150402-4284-1a552c0.lock at 60:/etc/puppet/environments/KT_Foobar_Library_cv_test_2/modules/foreman_scap_client/manifests/init.pp
mkdir /etc/foreman_scap_client
on the client solve the problem
Actions