File: user.clj.sample

package info (click to toggle)
puppetserver 8.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,476 kB
  • sloc: ruby: 5,764; sh: 997; java: 221; xml: 111; makefile: 94
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
(in-ns 'dev-tools)

(clojure.core/refer 'clojure.core)

;; Override the default `get-config` function from `dev-tools`, so that we
;; can customize our dev configuration without modifying the default conf file.
(defn get-config
  [default-config]
  ;; override number of jrubies
  (assoc-in default-config [:jruby-puppet :max-active-instances] 2))