Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

alphagov/puppet-updatemotd

Repository files navigation

updatemotd

Puppet module for managing update-motd(5) on Ubuntu systems.

Example usage

Include with default parameters:

include updatemotd

Define some static content for motd.tail(5):

class { 'updatemotd':
  content => 'Welcome, humanoid!',
}

Manage more advanded scripted content:

class { 'updatemotd':
  purge_directory => true,
}
updatemotd::script { 'important':
  content => '#!/bin/bash\nexec uptime\n',
}

License

See LICENSE file.

About

Puppet module for update-motd/pam_motd on Ubuntu

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published