Giter Club home page Giter Club logo

alphagov.puppet-autofsck's Introduction

Puppet autofsck Module

Build Status

Table of Contents

  1. Overview
  2. Description
  3. Usage
  4. Limitations
  5. Versioning
  6. Support
  7. See Also

Overview

Enable unattended fsck on boot

Description

A simple puppet module to enable automatic / forced / completely unattended fsck on boot up. Typically, this means passing the -y flag to fsck. This module does not cause a fsck to happen on every boot. It only takes affect when a boot time fsck is normally triggered.

On most operating systems, a boot time fsck will only take place when the operating system decides that a filesystem needs to be fscked, typically due to being 'unclean' or a time / mount number limit between checks has been hit. These automatic boot time fscks can halt the boot process asking for administrative interaction to approve making filesystem modifications. This is done because fsck can destroy data. By using this module you are accepting the risk of fsck destroying file system(s) at boot time.

Usage

Simple

    include autofsck

Parameters

  • ensure

String Possible values: 'present', 'absent'. Defaults to: 'present'

Enables or disables unattended fscking on boot.

Enable

    class { autofsck:
      ensure => present, # default
    }

Disable

    class { autofsck:
      ensure => absent,
    }

Limitations

At present, only supports Debian and Redhat based distributions.

Tested Platforms

  • el5.x
  • el6.x
  • Ubuntu/Debian

Versioning

This module is versioned according to the Semantic Versioning 2.0.0 specification.

Support

Please log tickets and issues at github

See Also

alphagov.puppet-autofsck's People

Contributors

jhoblitt avatar smoeding avatar solarkennedy 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.