Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions lib/vanagon/platform/defaults/solaris-10-sparc.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
platform "solaris-10-sparc" do |plat|
plat.servicedir "/lib/svc/manifest"
plat.defaultdir "/lib/svc/method"
plat.servicetype "smf"

plat.cross_compiled true
plat.vmpooler_template "solaris-10-x86_64"
plat.add_build_repository "http://solaris-10-reposync.delivery.puppetlabs.net:81", "puppetlabs.com"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This solaris-10-reposync resource doesn't actually exist, but it is what I imagine would need to be here if these defaults are similar to what we do for solaris 11 sparc.

plat.install_build_dependencies_with "pkg install ", " || [[ $? -eq 4 ]]"
end