Skip to content

Commit

Permalink
Merge pull request #827 from mhaskel/strict_variable_fix
Browse files Browse the repository at this point in the history
Add missing kernel fact
  • Loading branch information
hunner committed Aug 21, 2014
2 parents 08c29d0 + 4740e84 commit 8346bd2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/classes/mod/deflate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class { "apache::mod::deflate":
{
:id => 'root',
:lsbdistcodename => 'squeeze',
:kernel => 'Linux',
:osfamily => 'Debian',
:operatingsystem => 'Debian',
:operatingsystemrelease => '6',
Expand All @@ -60,6 +61,7 @@ class { "apache::mod::deflate":
let :facts do
{
:id => 'root',
:kernel => 'Linux',
:osfamily => 'RedHat',
:operatingsystem => 'RedHat',
:operatingsystemrelease => '6',
Expand All @@ -78,6 +80,7 @@ class { "apache::mod::deflate":
let :facts do
{
:id => 'root',
:kernel => 'FreeBSD',
:osfamily => 'FreeBSD',
:operatingsystem => 'FreeBSD',
:operatingsystemrelease => '9',
Expand Down
1 change: 1 addition & 0 deletions spec/classes/mod/negotiation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
{
:osfamily => 'Debian',
:operatingsystem => 'Debian',
:kernel => 'Linux',
:lsbdistcodename => 'squeeze',
:operatingsystemrelease => '6',
:concat_basedir => '/dne',
Expand Down
4 changes: 4 additions & 0 deletions spec/classes/mod/passenger_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:kernel => 'Linux',
:concat_basedir => '/dne',
:lsbdistcodename => 'squeeze',
:operatingsystem => 'Debian',
Expand Down Expand Up @@ -123,6 +124,7 @@
{
:osfamily => 'Debian',
:operatingsystemrelease => '12.04',
:kernel => 'Linux',
:operatingsystem => 'Ubuntu',
:lsbdistrelease => '12.04',
:concat_basedir => '/dne',
Expand All @@ -142,6 +144,7 @@
:osfamily => 'Debian',
:operatingsystemrelease => '14.04',
:operatingsystem => 'Ubuntu',
:kernel => 'Linux',
:lsbdistrelease => '14.04',
:concat_basedir => '/dne',
:id => 'root',
Expand All @@ -160,6 +163,7 @@
:osfamily => 'Debian',
:operatingsystemrelease => '7.3',
:operatingsystem => 'Debian',
:kernel => 'Linux',
:lsbdistcodename => 'wheezy',
:concat_basedir => '/dne',
:id => 'root',
Expand Down
1 change: 1 addition & 0 deletions spec/classes/mod/php_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
:osfamily => 'Debian',
:operatingsystem => 'Debian',
:operatingsystemrelease => '6',
:kernel => 'Linux',
:lsbdistcodename => 'squeeze',
:concat_basedir => '/dne',
:id => 'root',
Expand Down
1 change: 1 addition & 0 deletions spec/classes/mod/worker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
:osfamily => 'RedHat',
:operatingsystem => 'CentOS',
:operatingsystemrelease => '6',
:kernel => 'Linux',
:id => 'root',
:concat_basedir => '/dne',
:path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
Expand Down
4 changes: 4 additions & 0 deletions spec/defines/fastcgi_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
:osfamily => 'RedHat',
:operatingsystem => 'CentOS',
:operatingsystemrelease => '6',
:kernel => 'Linux',
:id => 'root',
:concat_basedir => '/dne',
:path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
Expand All @@ -34,6 +35,7 @@
:operatingsystem => 'Debian',
:operatingsystemrelease => '6',
:lsbdistcodename => 'squeeze',
:kernel => 'Linux',
:id => 'root',
:concat_basedir => '/dne',
:path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
Expand All @@ -53,6 +55,7 @@
:osfamily => 'FreeBSD',
:operatingsystem => 'FreeBSD',
:operatingsystemrelease => '9',
:kernel => 'FreeBSD',
:id => 'root',
:concat_basedir => '/dne',
:path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
Expand All @@ -74,6 +77,7 @@
:operatingsystem => 'Debian',
:operatingsystemrelease => '6',
:lsbdistcodename => 'squeeze',
:kernel => 'Linux',
:id => 'root',
:concat_basedir => '/dne',
:path => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin',
Expand Down

0 comments on commit 8346bd2

Please sign in to comment.