We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323c8d0 commit 8c11821Copy full SHA for 8c11821
spec/unit/classes/master/config_spec.rb
@@ -86,6 +86,12 @@
86
operatingsystemrelease: '7.0',
87
kernel: 'Linux',
88
selinux: true,
89
+ os: {
90
+ family: 'RedHat',
91
+ name: 'RedHat',
92
+ release: { 'full' => '7.0' },
93
+ selinux: { 'enabled' => true },
94
+ },
95
}
96
end
97
let(:pre_condition) { 'class { "puppetdb::globals": version => "3.1.1-1.el7", }' }
@@ -102,6 +108,12 @@
102
108
103
109
104
110
111
112
113
114
115
116
105
117
106
118
107
119
0 commit comments