Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 401 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 401 Bytes

unibet-bash

Build Status

Overview

Description

This module handles bash.

Usage

bash

class { 'bash':
  ensure   => present,
  packages => [array]
}

bash::timeout

Configure bash timeout

bash::timeout { $::id:
  timeout   => '60',
  user_home => "/home/$::id"
}