Forge Home

svcprop

This provides a resource type to manage SMF/SVC properties in Solaris.

12,583 downloads

11,419 latest version

3.8 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

  • 1.1.0 (latest)
  • 1.0.0
released Jul 24th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'ppbrown-svcprop', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ppbrown-svcprop
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ppbrown-svcprop --version 1.1.0

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: os, solaris, smf, svc, fmri

Documentation

ppbrown/svcprop — version 1.1.0 Jul 24th 2014

This is a module providing a new type, "svcprop". It is designed for Solaris, and related OS's. (IE: Illumos, etc) I dont know what "operatingsystem" returns for those, so please let me know, if you run this module on those other types.

Sample puppet manifest usage, to set a config value for svc:/network/smtp:sendmail:

svcprop { "sendmail-local": fmri=>"network/smtp:sendmail", property => "config/local_only", value => "true", }