lib/serverspec/backend/exec.rb in serverspec-0.10.1 vs lib/serverspec/backend/exec.rb in serverspec-0.10.2

- old
+ new

@@ -173,9 +173,11 @@ 'RedHat' # Amazon Linux elsif run_command('ls /etc/debian_version')[:exit_status] == 0 'Debian' elsif run_command('ls /etc/gentoo-release')[:exit_status] == 0 'Gentoo' + elsif run_command('ls /usr/lib/setup/Plamo-*')[:exit_status] == 0 + 'Plamo' elsif run_command('uname -s')[:stdout] =~ /AIX/i 'AIX' elsif (os = run_command('uname -sr')[:stdout]) && os =~ /SunOS/i if os =~ /5.10/ 'Solaris10'