The wifi module lets you setup your Wi-Fi access points using Puppet.
Each wifi::infrastructure
declare a different access point:
wifi::infrastructure { 'Rocketjump GGGGG':
psk => '3 words all uppercase',
}
wifi::infrastructure { 'Rocketjump Five Gee':
psk => 'three words all uppercase',
}
wifi::infrastructure { 'Rocketjump Eff Aiye Vee Ee Gee':
psk => 'THREEWORDS',
}