Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.5 KB

wifi

Build Status Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores License

Table of Contents

Module Description

The wifi module lets you setup your Wi-Fi access points using Puppet.

Usage

Declaring Access Points

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',
}