diff --git a/form.yml b/form.yml
index 8322c88366d6c98f12f1d91960fbdf8ac14a6c13..a3b4713969b8d75caae236bb1bef0a1ebefc045d 100644
--- a/form.yml
+++ b/form.yml
@@ -8,7 +8,7 @@
 # under /etc/ood/config/clusters.d/*.yml
 # @example Use the Owens cluster at Ohio Supercomputer Center
 #     cluster: "owens"
-cluster: ""
+cluster: "owens"
 
 # Title of the app displayed in the Dashboard
 title: "Jupyter Notebook"
diff --git a/submit.yml.erb b/submit.yml.erb
index 20a308cbbb09a94758792ef89b46d851956dc585..7d9b3f0777c5b136c1c67537f805a227b2269a2b 100644
--- a/submit.yml.erb
+++ b/submit.yml.erb
@@ -34,7 +34,7 @@ batch_connect:
 # Examples for PBS/Torque
 #
 # @example Specify the PPN for all jobs
-#script:
-#  native:
-#    resources:
-#      nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"
+script:
+  native:
+    resources:
+      nodes: "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>:ppn=28"