Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit fb977b3e authored by Ralph Krimmel's avatar Ralph Krimmel
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
default_welcome_msg: "This is the default gwdg puppet environment. Nothing is set up here.
####
#
# Definitions for all hosts in the production environment
# managed by this master
#
# For a puppet agent/master introduction see
# http://docs.puppetlabs.com/learning/agent_master_basic.html
#
####
node "default" {
$default_welcome_msg = hiera('default_welcome_msg')
notify {$default_welcome_msg:}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment