summaryrefslogtreecommitdiff
path: root/lib/dslkeywords/notify.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dslkeywords/notify.rb')
-rw-r--r--lib/dslkeywords/notify.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dslkeywords/notify.rb b/lib/dslkeywords/notify.rb
index e1d8a3d..6616cb0 100644
--- a/lib/dslkeywords/notify.rb
+++ b/lib/dslkeywords/notify.rb
@@ -2,10 +2,13 @@ require 'erb'
require 'fileutils'
require_relative 'resource'
+require_relative '../chained'
module RCM
# Only to print out something
class Notify < Resource
+ include Chained
+
def initialize(message)
super(message)
@message = message