Basic Info :
Puppet Version: 2.8.1
OS Name/Version: RedHat 7
We are trying to run the below puppet resource but we are getting whitespace error, Please find the same.
mount { "/SERVER/New York_share":
atboot => true,
ensure => mounted,
device => "//MOUNTSERVER/New York_share",
fstype => "cifs",
options => "credentials=/tmp/id,uid=oracle,gid=oinstall,iocharset=utf8,file_mode=0644,dir_mode=0775,_netdev,soft", }
Error:
Failed to apply catalog: Parameter name failed on Mount[/SERVER/New York_share]: name must not contain whitespace: /SERVER/New York_share at /etc/puppetlabs/code/environments/master/site/profile/manifests/ob.pp:132
Anybody could suggest us. Please respond.