Forge Home

uci

Module for defining OpenWrt UCI settings

9,310 downloads

8,881 latest version

4.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.0.2 (latest)
  • 0.0.1
released Nov 28th 2013

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'KyleAnderson-uci', '0.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add KyleAnderson-uci
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install KyleAnderson-uci --version 0.0.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: uci, openwrt

Documentation

KyleAnderson/uci — version 0.0.2 Nov 28th 2013

uci

Build Status

This is the uci module. It sets up defines to make it easier to manage anything you would normally set using the "uci" command in OpenWrt.

Installation

puppet module install KyleAnderson/uci

Examples

Anything that you would use uci to set you can use with this module:

uci { 'system.@system[0].hostname': value => $fqdn }
uci { 'wireless.@wifi-iface[0].ssid': value => 'Scan My Network and Die' }
uci { 'dropbear.@dropbear[0].PasswordAuth": value => 'on' }

Don't you wish everything used UCI? :)

License

Apache 2.0

Contact

Kyle Anderson kyle@xkyle.com

Support

Please log tickets and issues at our Projects site