-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathspec.pp
More file actions
21 lines (19 loc) · 786 Bytes
/
spec.pp
File metadata and controls
21 lines (19 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# File:: <tt>spec.pp</tt>
# Author:: Sebastien Varrette (<Sebastien.Varrette@uni.lu>)
# Copyright:: Copyright (c) 2014 Sebastien Varrette (www[http://varrette.gforge.uni.lu])
# License:: GPLv3
#
# ------------------------------------------------------------------------------
# Execute this manifest in your vagrant box as follows:
#
# sudo puppet apply -t /vagrant/tests/defaults/spec.pp --noop
#
include 'sudo'
sudo::defaults::spec { 'env_keep':
content => "
Defaults env_reset
Defaults env_keep = \"COLORS DISPLAY HOSTNAME LS_COLORS\"
Defaults env_keep += \"MAIL PS1 PS2 USERNAME LANG LC_ADDRESS LC_CTYPE\"
Defaults env_keep += \"LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES\"
Defaults env_keep += \"LC_TIME LC_ALL LANGUAGE\"\n",
}