source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/stdlib/spec/fixtures/test/manifests/integer.pp@ 30903

Last change on this file since 30903 was 30903, checked in by davidb, 7 years ago

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

File size: 142 bytes
Line 
1# Class to test the Stdlib::Compat::Integer type alias
2class test::integer(
3 Stdlib::Compat::Integer $value,
4 ) {
5
6 notice("Success")
7
8}
Note: See TracBrowser for help on using the repository browser.