Hi,
 
I have created directories in puppet/manifests/init.pp
 








* more init.ppclass createdirectory {   file { [ "/u01/app/","/u01/oracle", 
"/u01/oracle/product",  ]:      ensure => "directory",      owner  => 
"oracle",      group  => "oinstall",      recurse => true,      mode   => 
755,}}*
 
But, now I want to specify the *"/u01/app/","/u01/oracle", 
"/u01/oracle/product"*  this contents using hiera. Is there any way to do 
this*.*
 
*Let me know.*
 
 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/48e5ed55-87b3-452a-830b-7e5af024f397%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to