-
-
Save domcleal/bbee33af2d1626fa99cda972bc2dfe8f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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