Update port 8080 remap for Lithium
[integration/packaging/puppet-opendaylight.git] / manifests / config.pp
index a17e3a83c649c66ee749a9d0be7332be0644b3d2..4c58d0d77bc281b4b0392a946502b95c65a34fa4 100644 (file)
@@ -16,13 +16,13 @@ class opendaylight::config {
   }
 
   # Configuration of ODL NB REST port to listen on
-  file { 'tomcat-server.xml':
+  file { 'jetty.xml':
     ensure  => file,
-    path    => '/opt/opendaylight/configuration/tomcat-server.xml',
+    path    => '/opt/opendaylight/etc/jetty.xml',
     # Set user:group owners
     owner   => 'odl',
     group   => 'odl',
     # Use a template to populate the content
-    content => template('opendaylight/tomcat-server.xml.erb'),
+    content => template('opendaylight/jetty.xml.erb'),
   }
 }