Skip to content

Instantly share code, notes, and snippets.

@domcleal
Created April 10, 2017 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domcleal/bbee33af2d1626fa99cda972bc2dfe8f to your computer and use it in GitHub Desktop.
Save domcleal/bbee33af2d1626fa99cda972bc2dfe8f to your computer and use it in GitHub Desktop.
diff --git a/spec/fixtures/modules/relationships/manifests/titles.pp b/spec/fixtures/modules/relationships/manifests/titles.pp
index 5342aab..3951b88 100644
--- a/spec/fixtures/modules/relationships/manifests/titles.pp
+++ b/spec/fixtures/modules/relationships/manifests/titles.pp
@@ -8,4 +8,11 @@ class relationships::titles {
ensure => running,
name => "svc-name",
}
+
+ exec { 'foo_bar_1':
+ command => '/bin/echo foo bar',
+ }
+ exec { 'foo_bar_2':
+ command => '/bin/echo foo bar',
+ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment