Saltstack Official Linux Formula
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
-
- 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
|