]> WPIA git - infra.git/blob - environments/production/manifests/motion.pp
307b8708e10b384c13a2ba903e7141968849bb84
[infra.git] / environments / production / manifests / motion.pp
1 motion::virtual{'motion':
2 }
3
4 node motion{
5   class{'motion::container':
6     container => 'motion'
7   }
8 }