Saltstack Official Linux Formula
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
-
- describe file('/etc/profile.d/salt_profile_vi_flavors.sh') do
- it('should exist')
- its('content') { should match /EDITOR=vim/ }
- its('content') { should match /PAGER=view/ }
- its('content') { should match /alias vi=vim/ }
- end
-
- describe file('/etc/profile.d/salt_profile_locales.sh') do
- it('should exist')
- its('content') { should match /LANG=en_US/ }
- end
-
- describe file('/etc/profile.d/prompt.sh') do
- it('should exist')
- end
|