Install yq everywhere
This commit is contained in:
parent
2a59d0995c
commit
31651be3be
|
@ -1,6 +1,7 @@
|
|||
#Class for SUNET-Drive-Script-receiver
|
||||
class sunetdrive::scriptreceiver()
|
||||
{
|
||||
include sunet::packages::yq
|
||||
sunet::system_user {'script': username => 'script', group => 'script', managehome => true, shell => '/bin/bash' }
|
||||
|
||||
# These tasks correspond to a ${task}.erb.sh template
|
||||
|
|
Loading…
Reference in a new issue