Giter Club home page Giter Club logo

pupmod-simp-pupmod's Introduction

License CII Best Practices Puppet Forge Puppet Forge Downloads Build Status

Table of Contents

Overview

This is a SIMP module

This module is a component of the System Integrity Management Platform, a compliance-management framework built on Puppet.

If you find any issues, they can be submitted to our JIRA.

Please read our Contribution Guide.

Module Description

See REFERENCE.md for more details.

Upgrade Considerations

Upgrading From 7.3.0 Or Earlier

Legacy auth.conf, /etc/puppetlabs/puppet/auth.conf, has been deprecated. pupmod-simp-pupmod will back up legacy puppet auth.conf after upgrade.

The puppetserver's auth.conf is now managed by Puppet. You will need to re-produce any custom work done to legacy auth.conf in the new auth.conf, via the puppet_authorization::rule define. The stock rules are managed in pupmod::master::simp_auth.

pupmod-simp-pupmod's People

Contributors

andy-adrian avatar ayohrling avatar bryan-howard avatar heliocentric avatar jeannegreulich avatar jeefberkey avatar kendall-moore avatar lamawithonel avatar lnemsick-simp avatar lstig avatar m-morrone avatar michael-riddle avatar nicholasmhughes avatar op-ct avatar overmetal61 avatar pillarsdotnet avatar ralph-wright avatar rgardner4012 avatar sharkbruhaha avatar silug avatar trevor-vaughan avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pupmod-simp-pupmod's Issues

Do not include pupmod::agent::cron if daemonize=true

Including pupmod::agent::cron when daemonize = true causes a conflict of puppet service management. Recommend updating the logic in init.pp to exclude pupmod::agent::cron and ensure the legacy cron and new systemd timer absent, when daemonize = true:

if $daemonize {
  $_puppet_service_ensure = 'running'
  cron { 'puppetagent': ensure => 'absent' }
  systemd::timer { 'puppet_agent.timer': ensure => 'absent' }
}
else {
  $_puppet_service_ensure = 'stopped'
  include 'pupmod::agent:cron'
}

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.