Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Commit 88b0f69

Browse files
Merge pull request #7 from eugene-manuilov/release/2.0.1
Release/2.0.1
2 parents 1e6e0ed + 9d87a8e commit 88b0f69

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Phalcon VM 2.0
1+
# Phalcon VM 2.0.1
22

33
Phalcon VM is an open source [Vagrant](https://www.vagrantup.com/) configuration which contains wide range of tools required in modern web development. Like a Swiss Army Knife, Phalcon VM allows you to easily activate and use tools required for you project.
44

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
define phalconvm::utils::puppet_modules( $modules ) {
22
$modules.each |$module, $version| {
33
$command = $version ? {
4-
false => "puppet module install ${name}-${module}",
5-
default => "puppet module install ${name}-${module} --version ${version}",
4+
false => "/opt/puppetlabs/bin/puppet module install ${name}-${module}",
5+
default => "/opt/puppetlabs/bin/puppet module install ${name}-${module} --version ${version}",
66
}
77

88
exec { "${name}-${module}":
99
command => $command,
1010
creates => "/etc/puppetlabs/code/environments/production/modules/${module}/",
11-
path => '/opt/puppetlabs/bin',
1211
}
1312
}
1413
}

www/default/app/views/layouts/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<header class="nav-header" layout-padding>
33
<h1 id="logo" class="md-heading">
44
<a href="/">PhalconVM</a>
5-
<small>2.0</small>
5+
<small>2.0.1</small>
66
</h1>
77
</header>
88

0 commit comments

Comments
 (0)