Skip to content

Commit

Permalink
Updating based on latest Stack Hammer beta release.
Browse files Browse the repository at this point in the history
  • Loading branch information
khussey committed Aug 24, 2012
1 parent cd5ba1d commit a84ed1a
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>yoxos</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
4 changes: 2 additions & 2 deletions roles/production/yoxos_server/manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class yoxos_server {
include 'yoxos'
}
include 'yoxos'
}
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include 'yoxos_server'

13 changes: 13 additions & 0 deletions stackhammer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"metaVersion": "1.1.5",
"puppetVersion": "PUPPET27",
"environments": [
{
"siteLocation": "manifests",
"moduleLocations": [
"modules"
],
"name": "production"
}
]
}

0 comments on commit a84ed1a

Please sign in to comment.