add nanliu/staging to 3rdparty
[mirror/dsa-puppet.git] / 3rdparty / modules / staging / tests / deploy.pp
1 staging::deploy { 'sample.tar.gz':
2   source => 'puppet:///modules/staging/sample.tar.gz',
3   target => '/usr/local',
4 }