search for: team_adm_users

Displaying 1 result from an estimated 1 matches for "team_adm_users".

2007 May 11
2
Can you use a define for a virtual type?
...require => Group[$user], } } class virt_adm_users { @adm_user { "alice": user => "alice", uid => 5300, comment => "Alice", } @adm_user { "bob": user => "bob", uid => 5301, comment => "Bob", } } class team_adm_users { realize( Adm_user["alice"], Adm_user["bob"], ) } --- END ---- ... when I install on node, puppet does not recognise the virtual type: info: Facts have changed; recompiling err: Could not retrieve configuration: Failed to find virtual resources Adm_u...