aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common/templates
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Use @ when accessing variables in templates"Dan Fandrich2024-10-042-28/+28
| | | | | | Variables defined within a template can't be accessed with @. This change needs to be reworked to eliminate those cases. This reverts commits 2c7da665 and ae197622.
* Try to fix the i18n templateDan Fandrich2024-10-041-1/+1
| | | | | Puppet didn't like the last change where a method was being called on a variable.
* Use @ when accessing variables in templatesDan Fandrich2024-10-042-28/+28
| | | | Access without the @ symbol is the older method and is discouraged.
* Allow members of mga-sysadmin to run sudo on all serversDan Fandrich2023-12-201-0/+1
| | | | | | | | This is try #2 after e0230ba1 was reverted. This time, the sudoers file is given a name that will cause it to be sorted before any other rules, allowing those other rules to override it. This is on the assumption that the revert was needed because a NOPASSWD: rule wasn't taking effect because this one (which requires a password) took precedence.
* Add systemd config file for languagesNicolas Lécureuil2017-04-131-0/+20
|
* Revert "Allow members of mga-sysadmin to run sudo on all servers"Pascal Terjan2016-10-131-1/+0
| | | | | | This reverts commit e0230ba1c5819f15245b930df0949b7ddabce4a0. This prevent sysadmins from submitting packages
* Allow members of mga-sysadmin to run sudo on all serversDan Fandrich2016-10-131-0/+1
|
* add class to set locale system wideMichael Scherer2012-02-091-0/+20