italiangrid / puppet-creamce

puppet module to install and configure a cream CE (EMI3)
Other
0 stars 4 forks source link

Unknown resource type #6

Open aleita opened 6 years ago

aleita commented 6 years ago

Using puppet 5 I've got two "Unknown resource type". In particular

I managed to fix it by creating a file per each define type

[italiano@ui01 prebatch]$ head -1 modules/creamce/manifests/vofiles.pp define creamce::vofiles ($server, $port, $dn, $ca_dn, $gtversion, $voname, $vodir) {

[italiano@ui01 prebatch]$ head -1 modules/creamce/manifests/pooluser.pp define creamce::pooluser ($uid, $groups, $gridmapdir, $comment, [italiano@ui01 prebatch]$

it is the recommended way in puppet 5

Ale

pandreetto commented 6 years ago

I've created a branch "puppet5" for all fixes related to the migration to puppet5.