Skip to content

Commit

Permalink
SVCPLAN-6599: mailprog.sh email wrapper for scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerundall committed Feb 18, 2025
1 parent 2fe8257 commit e376adb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions manifests/scheduler/mailcmd.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @summary A short summary of the purpose of this class
#
# A description of what this class does
#
# @example
# include profile_slurm::scheduler::mailcmd
class profile_slurm::scheduler::mailcmd {
}
13 changes: 13 additions & 0 deletions spec/classes/scheduler/mailcmd_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# frozen_string_literal: true

require 'spec_helper'

describe 'profile_slurm::scheduler::mailcmd' do
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }

it { is_expected.to compile.with_all_deps }
end
end
end

0 comments on commit e376adb

Please sign in to comment.