Skip to content

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

License

Notifications You must be signed in to change notification settings

opus-codium/puppet-wifi

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published