aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/common
Commit message (Collapse)AuthorAgeFilesLines
* It's alive...Thomas Backlund2019-02-011-6/+4
| | | | This reverts commit e66dc18d138921c7a6779cda796066d603e6eac2.
* tmb signing offThomas Backlund2019-01-231-4/+6
|
* Adding maat's ssh key to default_ssh_root_key.pp manifestMaat2018-04-301-1/+7
|
* Fix typoNicolas Lécureuil2017-04-131-0/+1
|
* Add systemd config file for languagesNicolas Lécureuil2017-04-132-1/+24
|
* Revert "Allow members of mga-sysadmin to run sudo on all servers"Pascal Terjan2016-10-133-9/+0
| | | | | | This reverts commit e0230ba1c5819f15245b930df0949b7ddabce4a0. This prevent sysadmins from submitting packages
* Allow members of mga-sysadmin to run sudo on all serversDan Fandrich2016-10-133-0/+9
|
* Use fqdn as hostname rather than localhostPascal Terjan2016-02-291-2/+2
|
* Add host aliases from 127.0.0.1 to localhost, hostname and FQDNOlivier Blin2016-02-291-0/+5
| | | | | Lack of hostname alias made ORBit2 tests fails, since it listens to 127.0.0.1 and the test connects to hostname (detected by pterjan).
* base packages: Fix installing mcelogOlivier Blin2015-11-301-1/+1
| | | | | Puppet variables are immutable: Cannot append, variable package_list is defined in this scope at /etc/puppet/deployment/common/manifests/base_packages.pp:20
* base packages: Fix architecture check for mcelogOlivier Blin2015-11-301-1/+1
|
* fix syntax errorsOlivier Blin2015-09-041-2/+2
|
* Update my (blino) ssh keyOlivier Blin2015-09-031-2/+2
|
* fix neoclust ssh keyThomas Backlund2015-08-231-1/+1
|
* Use my new ssh keyNicolas Lécureuil2015-08-211-2/+2
|
* remove space in beginningThomas Backlund2015-08-211-1/+1
|
* add new tmb rsa keyThomas Backlund2015-08-211-0/+5
|
* deployment: Add blino back in to root usersColin Guthrie2015-08-101-1/+0
| | | | So he can push youri-check updates and other bs fixes.
* deployment/common: puppet-lint fixesThomas Backlund2015-06-222-15/+15
|
* deployment: Add SSH pubkey for neoclustColin Guthrie2015-01-141-0/+5
|
* drop inactive adminsThomas Backlund2014-12-071-0/+5
|
* properly remove misc ssh key from other serversThomas Backlund2014-03-231-0/+7
|
* remove boklm ssh key as requested by mailThomas Backlund2014-03-231-0/+2
|
* Update ssh key for boklmNicolas Vigier2013-11-281-2/+2
|
* restore boklm keyThomas Backlund2012-12-031-0/+5
|
* remove ssh key for miscThomas Backlund2012-10-171-5/+0
|
* Remove ssh key for boklmNicolas Vigier2012-10-171-5/+0
|
* remove watchdog because package cannot installNicolas Vigier2012-09-041-1/+0
|
* add watchdogDamien Lallement2012-08-301-0/+1
|
* remove watchdog (not available in mageia 1)Nicolas Vigier2012-08-151-1/+0
|
* add 'watchdog' and 'wget' on all serversDamien Lallement2012-08-141-3/+6
|
* make puppet-lint happy by breaking long lineMichael Scherer2012-03-221-1/+2
|
* split module common into multiple filesMichael Scherer2012-03-157-114/+108
|
* clean the common module to be puppet-lint compliant ( still need to be ↵Michael Scherer2012-03-151-50/+57
| | | | splitted )
* add mcelog on x86_64 ( since sucuk has show a message 'machine check error' ↵Michael Scherer2012-02-201-0/+4
| | | | according to LO
* reenable xymon now we can have it on ecosse and jonundMichael Scherer2012-02-171-1/+1
|
* shorter version of ssh know_hostsMichael Scherer2012-02-091-3/+4
|
* add missing localesMichael Scherer2012-02-091-0/+2
|
* set locale system wide to english one, as french localeMichael Scherer2012-02-091-2/+3
| | | | | caused issue with ifconfig ( but not using them on installation make the keyboard in qwerty, causing annoying issues )
* add class to set locale system wideMichael Scherer2012-02-092-0/+27
|
* shorter version of the sshkeys collect, and also remove tabsMichael Scherer2012-02-091-12/+2
|
* remove msec by default, since it try to always change the ↵Michael Scherer2012-02-091-0/+6
| | | | /etc/pam.d/system-auth file for password size
* fetch all ssh keys and dispatch them ( used for automatically fixing the ↵Michael Scherer2012-02-091-0/+23
| | | | build system if we reinstall one build node )
* disable xymon::client as xymon is not available yet in mageia 1Nicolas Vigier2012-02-041-1/+1
|
* some refactoring and cleaningMichael Scherer2012-01-081-17/+7
|
* restore key erronously erasedMichael Scherer2011-09-201-0/+6
|
* clean old ssh keysNicolas Vigier2011-09-151-12/+0
|
* since 0ab5e0f77, ssh keys no longer accept space in ssh key ressourcesMichael Scherer2011-08-231-11/+11
| | | | | name. WHile the commit date back to 11/2010, it seems to be used on puppet 2.7.X and thus failed on testing vms
* make sure cron is installedMichael Scherer2011-08-231-0/+1
|
* - do not include include timezone in common::default_mageia_server, not neededMichael Scherer2011-07-211-1/+0
| | | | | - set the timezone for fiona node Patch by Sébastien Kurtzemann