Attempt fixing Travis fail - Use full Puppet URL 71/55471/1
authorDaniel Farrell <dfarrell@redhat.com>
Wed, 25 Mar 2015 17:24:30 +0000 (13:24 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Wed, 19 Apr 2017 19:18:40 +0000 (15:18 -0400)
* Currently using file helper fn, but Travis fails
* Both methods work on my local system

Change-Id: I9fcb59b44fe29d9111b3735d2b9bb4c5e46eaf50
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
manifests/install.pp

index b8506c7f8a63330d24a4555f814dffa0e38a6d81..b71497126c83b31053a70bf45b5d0906030d3e82 100644 (file)
@@ -146,8 +146,8 @@ class opendaylight::install {
         # Set mode of ODL upstart file
         # NB: Unverfied, not sure if this is correct for upstart
         mode    => '0644',
-        # Get content from template
-        content => file('opendaylight/upstart.odl.conf'),
+        # Use Puppet URL for Travis. File stored in opendaylight/files/
+        content => 'puppet:///modules/opendaylight/upstart.odl.conf'
       }
     }
     else {