You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Robert
Can we create gridmapdir in pool_acconts.pp like this
if $create_gridmapdir_entry {
ensure_resource ( 'file', '/etc/grid-security/gridmapdir/', { 'ensure' => 'directory'} )
}
I am not sure that how it will affect creation of gridmapdir in simple.pp
The text was updated successfully, but these errors were encountered:
I think it would be better to create it at a higher level, my latest version creates it in init.pp. I don't know how you use the module, so I can't say what reason you have to want it in pool_accounts.pp. The latest version defines the user accounts as virtual resources and pool_account.pp just collects them. If you really need to create the resources in pool_accounts.pp then that's fine because simple.pp uses virtual/pool_accounts.pp directly, so it won't interfere. We would have to remove it from init.pp though as well.
Hi Robert
Can we create gridmapdir in pool_acconts.pp like this
if $create_gridmapdir_entry {
ensure_resource ( 'file', '/etc/grid-security/gridmapdir/', { 'ensure' => 'directory'} )
}
I am not sure that how it will affect creation of gridmapdir in simple.pp
The text was updated successfully, but these errors were encountered: