Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Bug 797946 - added mobile-services node r=dustin
Browse files Browse the repository at this point in the history
  • Loading branch information
dividehex committed Oct 4, 2012
1 parent 48965e4 commit 11e087d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/nodes.pp
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@
node /puppetmaster-\d+\..*\.aws-.*\.mozilla\.com/ {
include toplevel::server::puppetmaster::standalone
}

node "mobile-services.build.scl1.mozilla.com" {
include toplevel::server::mobile-services
}
4 changes: 4 additions & 0 deletions modules/puppetmaster/files/fileserver.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[python]
path /data/python
allow 0.0.0.0/0

[bmm]
path /data/bmm
allow 0.0.0.0/0
6 changes: 6 additions & 0 deletions modules/toplevel/manifests/server/mobile-services.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# mobile-services are servers that host support services for mobile devices
# such as the mobile re-imaging software (Black Mobile Magic)

class toplevel::server::mobile-services inherits toplevel::server {
}

0 comments on commit 11e087d

Please sign in to comment.