Skip to content

Commit

Permalink
fix enroot al2 install
Browse files Browse the repository at this point in the history
  • Loading branch information
hgreebe committed Aug 16, 2024
1 parent 8fc74bc commit 5b05172
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
# This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied.
# See the License for the specific language governing permissions and limitations under the License.

provides :enroot, platform: 'amazon', platform_version: '2'
provides :enroot, platform: 'redhat' do |node|
node['platform_version'].to_i >= 8
end

use 'partial/_enroot_common.rb'
use 'partial/_enroot_rhel.rb'
Expand Down

0 comments on commit 5b05172

Please sign in to comment.