Created
October 21, 2011 08:04
-
-
Save cescoffier/1303334 to your computer and use it in GitHub Desktop.
Play + MongoDB + Java deployment with puppet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
notice: Scope(Class[Play]): Installing Play 1.2.3 | |
notice: Scope(Play::Module[mongodb module]): Installing module mongo-1.3 | |
notice: Scope(Play::Module[less module]): Installing module less-0.3 | |
notice: /Stage[main]/Play/Exec[download-play-framework]/returns: executed successfully | |
notice: /Stage[main]/Play/Package[unzip]/ensure: ensure changed 'purged' to 'present' | |
notice: /Stage[main]/Play/Exec[unzip-play-framework]/returns: executed successfully | |
notice: /Stage[main]/Play/File[/opt/play-1.2.3/play]/mode: mode changed '777' to '755' | |
notice: /Stage[main]//Play::Module[less module]/Exec[install-play-module-less-0.3]/returns: executed successfully | |
notice: /Stage[main]/Mongodb/Package[python-software-properties]/ensure: ensure changed 'purged' to 'present' | |
notice: /Stage[main]/Mongodb/Exec[10gen-apt-repo]/returns: executed successfully | |
notice: /Stage[main]/Mongodb/Exec[10gen-apt-key]/returns: executed successfully | |
notice: /Stage[main]/Mongodb/Exec[update-apt]/returns: executed successfully | |
notice: /Stage[main]/Mongodb/Package[mongodb-10gen]/ensure: ensure changed 'purged' to 'present' | |
notice: /Stage[main]/Mongodb/Service[mongodb]/enable: enable changed 'false' to 'true' | |
notice: /Stage[main]//Play::Module[mongodb module]/Exec[install-play-module-mongo-1.3]/returns: executed successfully | |
notice: /Stage[main]//Jdk6[Java6SDK]/File[/var/cache/debconf/sun-java6.preseed]/ensure: defined content as '{md5}c348a5d886525592637871f60f2d80a3' | |
notice: /Stage[main]//Jdk6[Java6SDK]/Apt::Source[partner]/File[partner.list]/ensure: defined content as '{md5}11e2ed40603be386ad877d27665496d4' | |
notice: /Stage[main]//Jdk6[Java6SDK]/Apt::Source[partner]/Exec[partner apt update]: Triggered 'refresh' from 1 events | |
notice: /Stage[main]//Jdk6[Java6SDK]/Package[sun-java6-jdk]/ensure: ensure changed 'purged' to 'present' | |
notice: /Stage[main]//Play::Service[bilderverwaltung]/File[/etc/init.d/bilderverwaltung]/ensure: defined content as '{md5}b25323de2f7aa52f5de125d4ad2cf87d' | |
notice: /Stage[main]//Play::Service[bilderverwaltung]/Service[play-bilderverwaltung]/ensure: ensure changed 'stopped' to 'running' | |
notice: /Stage[main]//Play::Service[bilderverwaltung]/Service[play-bilderverwaltung]: Triggered 'refresh' from 1 events | |
notice: /Stage[main]//Package[apache2]/ensure: ensure changed 'purged' to 'present' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment