Giter VIP home page Giter VIP logo

puppet-initfact's Introduction

puppet-initfact

Provides a small fact to expose the primary/best init system available on this system. This is extremely useful if writing modules that install init scripts, since it tells you which one you need amongst all the fragementation and chaos of the unix world.

Note that this isn't always as simple as it seems, for example some distributions support multiple init systems but one is treated better than others.

This fact uses the osfamily values to select a curated result that is known to be the best option for that OS version. If it doesn't have an curated entry for the specific OS/distro, it falls back to autodetection of the initsystem that is being used.

Usage

These are the same as any other fact, once adding the module to your Puppet installation (eg via Puppetfile) you can simply read the fact within your modules with something like:

if ($::initsystem) {
  notify { "You are running the ${::initsystem} init system": }
}

You can also check the output of the command on the CLI with:

$ facter -p initsystem
upstart

Development

Contributions via the form of Pull Requests to add specific curated matches or smarter auto-detection is always welcome.

License

This module is licensed under the Apache License, Version 2.0 (the "License"). See the LICENSE or 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.

puppet-initfact's People

Contributors

jairojunior avatar jethrocarr avatar slezhuk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.