10 lines
145 B
Ruby
10 lines
145 B
Ruby
|
require "puppet-standalone-mashup/version"
|
||
|
|
||
|
module Puppet
|
||
|
module Standalone
|
||
|
module Mashup
|
||
|
# Your code goes here...
|
||
|
end
|
||
|
end
|
||
|
end
|