]> WPIA git - infra.git/blob - environments/production/manifests/motion.pp
Merge changes I3d69d1c6,I8b0fa62a,I668a5e8d,Iaf0e30fa
[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 }