Version information
released Nov 28th 2013
Start using this module
Add this module to your Puppetfile:
mod 'KyleAnderson-uci', '0.0.2'
Learn more about managing modules with a PuppetfileDocumentation
KyleAnderson/uci — version 0.0.2 Nov 28th 2013
uci
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
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.