Deploy meas_web everywhere
This commit is contained in:
parent
e4d27d6494
commit
cfe9f78071
5 changed files with 36 additions and 1 deletions
|
@ -58,4 +58,10 @@ class rhizo_base::runit {
|
|||
require => [ File['/etc/sv'], Class['rhizo_base::kiwi'] ],
|
||||
}
|
||||
|
||||
file { '/etc/service/meas-web':
|
||||
ensure => link,
|
||||
target => '/etc/sv/meas-web',
|
||||
require => [ File['/etc/sv'], Package['websocketd'] ],
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue