I'm getting the below error when copying a file from my puppet master to a puppet agent. I don't get any errors when moving the file to a local location on the server e.g. /tmp but I do when I move it to the NAS drive connected to the server (where it needs to be). Although the file appears to still copy over fine with the correct assigned permissions, group, owner and content... Anyone know what the error is and how I can get rid of it?
Puppet version: v3.8.7
Agent is running on Oracle Enterprise Linux 5.3
----------
>Info: Applying configuration version '1477650382'>> Warning: Failed to set SELinux context> system_u:object_r:default_t on> /mounted_drive/temp_dir/puppet_agent_test>> Notice:> /File[/mounted_drive/temp_dir/puppet_agent_test]/seltype:> seltype changed 'nfs_t' to 'default_t'>>Notice: Finished catalog run in 0.06 seconds
↧